Implements Better Tests and Logging

This commit is contained in:
2023-03-01 02:49:28 -03:00
parent 32ca95086a
commit aea34bf214
17 changed files with 1147 additions and 72 deletions

View File

@@ -2,4 +2,4 @@ import time
def weekday_date_time():
return time.strftime("%A, %d %b %Y at %H:%M:%S")
return time.strftime("%A, %d %b %Y at %H:%M:%S")