Auto merge dev → main (#1324)
* update game files * update files and capture raw spectra payload
This commit is contained in:
@@ -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."""
|
||||
|
||||
Reference in New Issue
Block a user