Fix file_share.py

This commit is contained in:
! Freaku 2023-12-08 17:04:54 +05:30 committed by GitHub
parent 54b35309f4
commit 0b19b2b7dc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -33,7 +33,7 @@ if TYPE_CHECKING:
app = _babase.app app = _babase.app
MODS_DIR = app.python_directory_user MODS_DIR = app.env.python_directory_user
REPLAYS_DIR = bui.get_replays_dir() REPLAYS_DIR = bui.get_replays_dir()
HEADERS = { HEADERS = {
'accept': 'application/json', 'accept': 'application/json',