We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9be6363 commit 69246f3Copy full SHA for 69246f3
main.py
@@ -42,4 +42,4 @@
42
print("----- END GENERATE ZIPFILE -----")
43
44
m, s = divmod(time.time() - start_time, 60)
45
-print(f"----- DONE EXECUTION ({round(m)} mins, {round(s)} secs) -----")
+print(f"---- DONE EXECUTION ({round(m)} mins, {round(s)} secs) -----")
0 commit comments