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():
|
def aprs_upload():
|
||||||
if CONFIG['APRS']['ENABLED']:
|
if CONFIG['APRS']['ENABLED']:
|
||||||
if int(CONFIG['APRS']['REPORT_INTERVAL']) >= 10:
|
if int(CONFIG['APRS']['REPORT_INTERVAL']) >= 10:
|
||||||
l=task.LoopingCall(sendAprs)
|
l=task.LoopingCall(sendAprs)
|
||||||
l.start(int(CONFIG['APRS']['REPORT_INTERVAL'])*60)
|
l.start(int(CONFIG['APRS']['REPORT_INTERVAL'])*60)
|
||||||
else:
|
else:
|
||||||
l=task.LoopingCall(sendAprs)
|
l=task.LoopingCall(sendAprs)
|
||||||
l.start(15*60)
|
l.start(15*60)
|
||||||
logger.info('Report Time APRS to short')
|
logger.info('Report Time APRS to short')
|
||||||
|
|
||||||
|
|
||||||
# Timed loop used for reporting HBP status
|
# Timed loop used for reporting HBP status
|
||||||
|
Loading…
x
Reference in New Issue
Block a user