compress the mf (#1267)
This commit is contained in:
+1
-1
@@ -89,7 +89,7 @@ def replay_session_dir(session_id: str | int) -> Path:
|
||||
|
||||
|
||||
def replay_data_path(session_id: str | int) -> Path:
|
||||
return replay_session_dir(session_id) / "replay_data.json"
|
||||
return replay_session_dir(session_id) / "replay_data.json.gz"
|
||||
|
||||
# Dev team Discord user IDs (bot owner + trusted devs)
|
||||
DEV_DISCORD_IDS: set[int] = {
|
||||
|
||||
Reference in New Issue
Block a user