GAMEDELAY

This commit is contained in:
SpudGunMan
2024-09-19 21:26:43 -07:00
parent c242eb3750
commit 9d3c6b28ef
2 changed files with 9 additions and 8 deletions
+1
View File
@@ -30,6 +30,7 @@ llmRunCounter = 0
llmTotalRuntime = []
llmLocationTable = []
playingGame = False
GAMEDELAY = 28800 # 8 hours in seconds for game mode holdoff
# Read the config file, if it does not exist, create basic config file
config = configparser.ConfigParser()