updated imports
This commit is contained in:
+2
-1
@@ -6,7 +6,7 @@ from pathlib import Path
|
||||
import logging
|
||||
import os
|
||||
|
||||
from web import app
|
||||
from src.web import server
|
||||
|
||||
# load default values
|
||||
config = ConfigParser()
|
||||
@@ -93,6 +93,7 @@ def initialise_app() -> None:
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
from src.web import app
|
||||
# initialise_app()
|
||||
app.run(debug=True)
|
||||
logging.info("started app")
|
||||
Reference in New Issue
Block a user