Auto merge dev → main (#1324)

* update game files

* update files and capture raw spectra payload
This commit is contained in:
NotSoToothless
2026-06-14 21:11:57 -07:00
committed by GitHub
parent 931b6f0be0
commit 4b75ce1533
3 changed files with 48 additions and 1 deletions
+1 -1
View File
@@ -292,7 +292,7 @@ async def cleanup_replays():
whenever files inside are added or removed (including by this cleanup), which
would otherwise keep dirs perpetually "fresh".
"""
KEEP_FILES = {"replay_data.json.gz"}
KEEP_FILES = {"replay_data.json.gz", "RAW_replay_data.json.gz"}
def _sync_cleanup_replays():
"""Synchronous helper that walks replay dirs and deletes stale files."""