mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 20:21:32 -06:00
Factorio integration
This commit is contained in:
6
WebUI.py
6
WebUI.py
@@ -10,7 +10,7 @@ import asyncio
|
||||
from functools import partial
|
||||
|
||||
from NetUtils import Node
|
||||
from MultiClient import Context
|
||||
from LttPClient import Context
|
||||
import Utils
|
||||
|
||||
|
||||
@@ -116,10 +116,6 @@ class WebUiClient(Node, logging.Handler):
|
||||
}))
|
||||
|
||||
|
||||
class WaitingForUiException(Exception):
|
||||
pass
|
||||
|
||||
|
||||
web_thread = None
|
||||
PORT = 5050
|
||||
|
||||
|
Reference in New Issue
Block a user