added harvest phase mechanics and have test setup in vckonline.py

This commit is contained in:
2023-05-03 10:06:57 -07:00
parent 2f613d0dbb
commit 906b48a07a
7 changed files with 2639 additions and 42 deletions

View File

@@ -299,6 +299,8 @@ def connection_check():
response = send("connection_check")
if response == "received":
return True
else:
return False
except ConnectionRefusedError:
return False
except BrokenPipeError: