1
0

change filename just one tad more

This commit is contained in:
2025-10-14 20:31:24 -04:00
parent 359e366fe0
commit 195e2799a5

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("%b-%d-%Y_%H-%M-%S")
filename = f"{timestamp}.webp"
filepath = os.path.join(snapshot_dir, filename)