mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-05 04:53:01 +00:00
rename run_app to create_app
This commit is contained in:
@@ -29,7 +29,7 @@ from app.utils.filesystem import get_home_res_path
|
||||
from app.utils.paths import getClientFilesExtensions
|
||||
|
||||
|
||||
def run_app(host: str, port: int, config: Path):
|
||||
def create_app(host: str, port: int, config: Path):
|
||||
# settings.Paths.set_config_dir(config)
|
||||
|
||||
# Load mimetypes for the web client's static files
|
||||
|
||||
Reference in New Issue
Block a user