1
0

unbone the fuckin. file name

This commit is contained in:
2025-10-14 20:36:12 -04:00
parent 195e2799a5
commit 918fae093f

View File

@@ -71,7 +71,7 @@ async def periodic_snapshot_task():
os.makedirs(snapshot_dir, exist_ok=True)
# Generate formatted timestamp in UTC
timestamp = datetime.now(timezone.utc).strftime("%b-%d-%Y_%H-%M-%S")
timestamp = datetime.now(timezone.utc).strftime("%H-%M-%S")
filename = f"{timestamp}.webp"
filepath = os.path.join(snapshot_dir, filename)