feat(spectator): support save replays
This commit is contained in:
@@ -5,3 +5,4 @@ from pathlib import Path
|
||||
STATIC_DIR = Path(__file__).parent.parent / "static"
|
||||
|
||||
REPLAY_DIR = Path(__file__).parent.parent / "replays"
|
||||
REPLAY_DIR.mkdir(exist_ok=True)
|
||||
|
||||
Reference in New Issue
Block a user