This commit is contained in:
cube
2026-03-28 23:02:55 +00:00
parent 5d3fc47286
commit e006da8033
3 changed files with 4 additions and 6 deletions

View File

@@ -11,11 +11,6 @@ def create_app(test_config=None):
# ensure the instance folder exists
os.makedirs(app.instance_path, exist_ok=True)
os.makedirs(app.ICON_UPLOAD_FOLDER, exist_ok=True)
os.makedirs(app.BLINKIES_UPLOAD_FOLDER, exist_ok=True)
os.makedirs(app.STAMPS_UPLOAD_FOLDER, exist_ok=True)
os.makedirs(app.THEMES_FOLDER, exist_ok=True)
os.makedirs(app.TMP_FOLDER, exist_ok=True)
from . import db
db.init_app(app)