mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-05 04:53:01 +00:00
update supported audio files in settings.py
+ add win_replace_slash function to format win path strings + misc
This commit is contained in:
@@ -18,7 +18,6 @@ from app.utils import background, get_home_res_path, get_ip, is_windows
|
||||
werkzeug = logging.getLogger("werkzeug")
|
||||
werkzeug.setLevel(logging.ERROR)
|
||||
|
||||
|
||||
class Variables:
|
||||
FLASK_PORT = 1970
|
||||
FLASK_HOST = "localhost"
|
||||
@@ -180,6 +179,7 @@ if __name__ == "__main__":
|
||||
log_info()
|
||||
run_bg_checks()
|
||||
start_watchdog()
|
||||
|
||||
app.run(
|
||||
debug=True,
|
||||
threaded=True,
|
||||
|
||||
Reference in New Issue
Block a user