05/23 Phase 8
This commit is contained in:
+2
-2
@@ -18,9 +18,9 @@ import openpyxl
|
||||
from openpyxl.styles import Alignment, Font, PatternFill
|
||||
|
||||
from db.models import get_draws_with_game, get_game_by_id, get_predictions
|
||||
from core.paths import user_data_dir
|
||||
|
||||
BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
|
||||
EXPORTS_DIR = os.path.join(BASE_DIR, "exports")
|
||||
EXPORTS_DIR = os.path.join(user_data_dir(), "exports")
|
||||
|
||||
|
||||
def ensure_exports_dir():
|
||||
|
||||
Reference in New Issue
Block a user