This commit is contained in:
2025-08-02 17:48:42 +08:00
parent 4d6d1f1b60
commit 445e15646b
11 changed files with 122 additions and 55 deletions

View File

@@ -30,4 +30,4 @@ def get_daystamp() -> int:
#print(f"TIME OVERRIDEED TO {time_override}")
return int(time_override)
return int(time.time() // (24 * 3600))
return int(time.time() // (24 * 3600))