mirror of
https://github.com/ArchipelagoMW/Archipelago.git
synced 2026-05-21 17:31:47 -07:00
Factorio integration
This commit is contained in:
@@ -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