Minor update

This commit is contained in:
Maxim Khomutov 2023-07-16 02:49:58 +03:00
parent a9dad5ab8f
commit 220c6068e4

View File

@ -87,7 +87,7 @@ class Console:
print()
raw = True
message = str()
message = "\n"
max_len = self.__get_max_len(self.__func.keys())
if max_len < 7:
max_len = 7