使用 NucleonUnion & ElectronUnion 取代繁琐的 AtomicFiles

This commit is contained in:
2025-07-30 01:11:03 +08:00
parent b91176241b
commit 36562323b7
9 changed files with 166 additions and 354 deletions

View File

@@ -27,7 +27,7 @@ def get_daystamp() -> int:
time_override = config.get("time_override", -1)
if time_override is not None and time_override != -1:
print(f"TIME OVERRIDEED TO {time_override}")
#print(f"TIME OVERRIDEED TO {time_override}")
return int(time_override)
return int(time.time() // (24 * 3600))