improved theming

This commit is contained in:
Michael Beck
2025-02-06 00:06:29 +01:00
parent 3282270164
commit d081551e9b
3 changed files with 16 additions and 14 deletions

2
app.py
View File

@@ -26,6 +26,8 @@ API_KEY = config['DEFAULT']['API_KEY']
bootstrap = Bootstrap5(app)
app.config['BOOTSTRAP_BOOTSWATCH_THEME'] = 'sandstone'
# Initialize the logger
logger = logging.getLogger(__name__)
logger.setLevel(logging.DEBUG) # Adjust as needed