Update settings.py

This commit is contained in:
Nestpebble
2024-09-16 01:19:06 +01:00
committed by GitHub
parent 286db4fbea
commit bf34661e42
-1
View File
@@ -133,7 +133,6 @@ try:
signalCooldown = config['radioMon'].getint('signalCooldown', 5) # default 1 second
signalCycleLimit = config['radioMon'].getint('signalCycleLimit', 5) # default 5 cycles, used with SIGNAL_COOLDOWN
messagingSettings
responseDelay = config['messagingSettings'].getint('responseDelay', 0.7) # default 0.7
splitDelay = config['messagingSettings'].getint('splitDelay', 0) # default 0
MESSAGE_CHUNK_SIZE = config['messagingSettings'].getint('MESSAGE_CHUNK_SIZE', 160) # default 160