fix indentation issue
This commit is contained in:
parent
88a791ee7b
commit
16a1d81757
14
hblink.py
14
hblink.py
@ -148,13 +148,13 @@ def sendAprs():
|
||||
|
||||
def aprs_upload():
|
||||
if CONFIG['APRS']['ENABLED']:
|
||||
if int(CONFIG['APRS']['REPORT_INTERVAL']) >= 10:
|
||||
l=task.LoopingCall(sendAprs)
|
||||
l.start(int(CONFIG['APRS']['REPORT_INTERVAL'])*60)
|
||||
else:
|
||||
l=task.LoopingCall(sendAprs)
|
||||
l.start(15*60)
|
||||
logger.info('Report Time APRS to short')
|
||||
if int(CONFIG['APRS']['REPORT_INTERVAL']) >= 10:
|
||||
l=task.LoopingCall(sendAprs)
|
||||
l.start(int(CONFIG['APRS']['REPORT_INTERVAL'])*60)
|
||||
else:
|
||||
l=task.LoopingCall(sendAprs)
|
||||
l.start(15*60)
|
||||
logger.info('Report Time APRS to short')
|
||||
|
||||
|
||||
# Timed loop used for reporting HBP status
|
||||
|
Loading…
Reference in New Issue
Block a user