Skip to content

Commit 3784fab

Browse files
authored
v9.1.1
1 parent f7bf785 commit 3784fab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Engine/Logging.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ def print(*text, end="\n"):
2020

2121
for i in text:
2222
i = str(i)
23-
print(f"[{'{:2.0f}'.format(date.hour)}:{'{:2.0f}'.format(date.minute)}:{'{:2.0f}'.format(date.second)}]: {str(i)}{end}")
23+
print(f"[{'{:2.0f}'.format(date.hour)}:{'{:2.0f}'.format(date.minute)}:{'{:2.0f}'.format(date.second)}]: {str(i)}", end=end)

0 commit comments

Comments
 (0)