Change app log sign on

This commit is contained in:
Mike Zingman 2017-04-13 11:41:14 -04:00
parent f1e76d16c0
commit 3febfe780e
1 changed files with 1 additions and 1 deletions

View File

@ -220,7 +220,7 @@ if __name__ == '__main__':
# HBlink instance creation
logger.info('HBlink \'hb_bridge_all.py\' (c) 2016 N0MJS & the K0USY Group - SYSTEM STARTING...')
logger.info('HBlink \'hb_parrot.py\' (c) 2016 N0MJS & the K0USY Group - SYSTEM STARTING...')
for system in CONFIG['SYSTEMS']:
if CONFIG['SYSTEMS'][system]['ENABLED']:
systems[system] = parrot(system, CONFIG, logger)