We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7bf785 commit 3784fabCopy full SHA for 3784fab
1 file changed
Engine/Logging.py
@@ -20,4 +20,4 @@ def print(*text, end="\n"):
20
21
for i in text:
22
i = str(i)
23
- print(f"[{'{:2.0f}'.format(date.hour)}:{'{:2.0f}'.format(date.minute)}:{'{:2.0f}'.format(date.second)}]: {str(i)}{end}")
+ print(f"[{'{:2.0f}'.format(date.hour)}:{'{:2.0f}'.format(date.minute)}:{'{:2.0f}'.format(date.second)}]: {str(i)}", end=end)
0 commit comments