diff --git a/cfg.py b/cfg.py index 74ad88d2e..4d2480695 100644 --- a/cfg.py +++ b/cfg.py @@ -38,3 +38,5 @@ html_root = None main_menu = Menu() base_href = "" +if store_file.endswith(".sqlite3"): + store_file = os.path.splitext(store_file)[0]