mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-03 20:13:02 +00:00
add related albums route
This commit is contained in:
@@ -2,7 +2,6 @@
|
||||
This file is used to run the application.
|
||||
"""
|
||||
import logging
|
||||
# import sys
|
||||
|
||||
from app.api import create_api
|
||||
from app.arg_handler import HandleArgs
|
||||
@@ -14,8 +13,6 @@ from app.start_info_logger import log_startup_info
|
||||
from app.utils.filesystem import get_home_res_path
|
||||
from app.utils.threading import background
|
||||
|
||||
# sys.stderr = open("./logs.txt", "w")
|
||||
|
||||
werkzeug = logging.getLogger("werkzeug")
|
||||
werkzeug.setLevel(logging.ERROR)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user