fixed some bugs with running the web app from docker
This commit is contained in:
@@ -5,7 +5,7 @@ import websockets.exceptions
|
||||
from fastapi import WebSocket, WebSocketDisconnect, APIRouter
|
||||
|
||||
from tools.web_monitor.miner_factory import miner_factory
|
||||
from tools.web_monitor.settings.func import get_current_settings
|
||||
from tools.web_monitor._settings.func import get_current_settings
|
||||
|
||||
|
||||
router = APIRouter()
|
||||
|
||||
Reference in New Issue
Block a user