FactorioClient: Read Bridge file after a server log indicates that the file was written

This commit is contained in:
Fabian Dill
2021-05-25 01:03:04 +02:00
parent 0175c8ab8a
commit 252bb69808
5 changed files with 44 additions and 223 deletions

View File

@@ -12,7 +12,7 @@ class Version(typing.NamedTuple):
minor: int
build: int
__version__ = "0.1.1"
__version__ = "0.1.2"
_version_tuple = tuplize_version(__version__)
import builtins