Skip to content

Commit

Permalink
remove flask
Browse files Browse the repository at this point in the history
  • Loading branch information
blaisewf committed Dec 15, 2024
1 parent c9c25bd commit 0736215
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
7 changes: 0 additions & 7 deletions app.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,13 +59,6 @@

installation_checker.check_installation()

# Start Flask server if enabled
from assets.flask.server import start_flask, load_config_flask

if load_config_flask():
print("Starting Flask server")
start_flask()

# Load theme
import assets.themes.loadThemes as loadThemes

Expand Down
3 changes: 1 addition & 2 deletions assets/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
"override": false,
"selected_lang": "en_US"
},
"flask_server": false,
"version": "3.2.8-bugfix",
"model_author": "None"
}
}

0 comments on commit 0736215

Please sign in to comment.