Fixed some bugs and packaged them into executable files

This commit is contained in:
2025-02-09 22:31:17 +08:00
parent 0a9f6d7fcd
commit 46c4928b87
6 changed files with 19 additions and 5 deletions

View File

@@ -3,5 +3,5 @@ import datetime
def get_now_date():
now = datetime.datetime.now()
formatted = now.strftime("%Y-%m-%d %H:%M:%S")
formatted = now.strftime("%Y-%m-%d-%H-%M-%S")
return formatted