mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 04:01:32 -06:00
WebHost: Move module into WebHostLib to prevent shadowing WebHost.py
This commit is contained in:
@@ -2,11 +2,11 @@ import os
|
||||
import multiprocessing
|
||||
import logging
|
||||
|
||||
from WebHost import app as raw_app
|
||||
from WebHostLib import app as raw_app
|
||||
from waitress import serve
|
||||
|
||||
from WebHost.models import db
|
||||
from WebHost.autolauncher import autohost
|
||||
from WebHostLib.models import db
|
||||
from WebHostLib.autolauncher import autohost
|
||||
|
||||
configpath = "config.yaml"
|
||||
|
||||
|
Reference in New Issue
Block a user