mirror of
https://github.com/bombsquad-community/plugin-manager.git
synced 2025-10-08 14:54:36 +00:00
Fix file_share.py
This commit is contained in:
parent
54b35309f4
commit
0b19b2b7dc
1 changed files with 1 additions and 1 deletions
|
|
@ -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',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue