returns telemetry info
This commit is contained in:
SpudGunMan
2024-12-13 12:59:12 -08:00
parent c1a5d4d336
commit 0439db2ec0
5 changed files with 31 additions and 7 deletions
+2
View File
@@ -28,6 +28,8 @@ retry_int2 = False
wiki_return_limit = 3 # limit the number of sentences returned off the first paragraph first hit
playingGame = False
GAMEDELAY = 28800 # 8 hours in seconds for game mode holdoff
cmdHistory = [] # list to hold the last commands
seenNodes = [] # list to hold the last seen nodes
# Read the config file, if it does not exist, create basic config file
config = configparser.ConfigParser()