Factorio integration

This commit is contained in:
Fabian Dill
2021-04-01 11:40:58 +02:00
parent 1f5bcb6273
commit dc73fa0f33
36 changed files with 1154 additions and 551 deletions

View File

@@ -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