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 993c258 commit c9c25bd
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 139 deletions.
32 changes: 0 additions & 32 deletions assets/flask/routes.py

This file was deleted.

60 changes: 0 additions & 60 deletions assets/flask/server.py

This file was deleted.

3 changes: 1 addition & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,4 @@ antlr4-python3-runtime==4.8; sys_platform == 'darwin'
tensorboardX
edge-tts==6.1.9
pypresence
beautifulsoup4
flask
beautifulsoup4
43 changes: 0 additions & 43 deletions tabs/settings/sections/flask_server.py

This file was deleted.

2 changes: 0 additions & 2 deletions tabs/settings/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
sys.path.append(now_dir)

from tabs.settings.sections.presence import presence_tab
from tabs.settings.sections.flask_server import flask_server_tab
from tabs.settings.sections.precision import precision_tab
from tabs.settings.sections.themes import theme_tab
from tabs.settings.sections.version import version_tab
Expand All @@ -16,7 +15,6 @@

def settings_tab():
presence_tab()
flask_server_tab()
precision_tab()
theme_tab()
version_tab()
Expand Down

2 comments on commit c9c25bd

@kro-ai
Copy link

@kro-ai kro-ai commented on c9c25bd Dec 15, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I assume this commit is what has broken it, but I can no longer open Applio.

line 63, in
from assets.flask.server import start_flask, load_config_flask
ModuleNotFoundError: No module named 'assets.flask'

@blaisewf
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💔

Please sign in to comment.