Skip to content

Commit 69246f3

Browse files
authored
Update main.py
1 parent 9be6363 commit 69246f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@
4242
print("----- END GENERATE ZIPFILE -----")
4343

4444
m, s = divmod(time.time() - start_time, 60)
45-
print(f"----- DONE EXECUTION ({round(m)} mins, {round(s)} secs) -----")
45+
print(f"---- DONE EXECUTION ({round(m)} mins, {round(s)} secs) -----")

0 commit comments

Comments
 (0)