Telemetry

new telemetry line
This commit is contained in:
SpudGunMan
2024-10-05 21:28:35 -07:00
parent 7267542db9
commit f31416c7cb
2 changed files with 13 additions and 6 deletions
-1
View File
@@ -27,7 +27,6 @@ scheduler_enabled = False # enable the scheduler currently config via code only
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
multiPingList = [{'message_from_id': 0, 'count': 0, 'type': '', 'deviceID': 0}]
# Read the config file, if it does not exist, create basic config file
config = configparser.ConfigParser()