mirror of
https://github.com/yv1ing/MollyAudit.git
synced 2025-09-16 14:55:50 +08:00
Fixed some bugs and packaged them into executable files
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user