add CONFIG to function call
This commit is contained in:
parent
ca5baebda4
commit
4cff528c5a
@ -1184,7 +1184,7 @@ if __name__ == '__main__':
|
||||
|
||||
# HBlink instance creation
|
||||
# Run aprs_upload loop
|
||||
aprs_upload()
|
||||
aprs_upload(CONFIG)
|
||||
logger.info('(GLOBAL) HBlink \'bridge.py\' -- SYSTEM STARTING...')
|
||||
for system in CONFIG['SYSTEMS']:
|
||||
if CONFIG['SYSTEMS'][system]['ENABLED']:
|
||||
|
@ -282,7 +282,7 @@ if __name__ == '__main__':
|
||||
|
||||
# HBlink instance creation
|
||||
# Run aprs_upload loop
|
||||
aprs_upload()
|
||||
aprs_upload(CONFIG)
|
||||
logger.info('HBlink \'bridge_all.py\' -- SYSTEM STARTING...')
|
||||
for system in CONFIG['SYSTEMS']:
|
||||
if CONFIG['SYSTEMS'][system]['ENABLED']:
|
||||
|
Loading…
Reference in New Issue
Block a user