05/23 Phase 8

This commit is contained in:
2026-05-23 12:05:33 -04:00
parent 8fc1878670
commit 524cdfda9a
10 changed files with 149 additions and 18 deletions
+2 -2
View File
@@ -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():