fix PEER APRS upload

This commit is contained in:
KF7EEL 2020-12-24 13:03:28 -08:00
parent d68dff222a
commit 28265db71d
1 changed files with 2 additions and 2 deletions

View File

@ -74,9 +74,9 @@ systems = {}
open("nom_aprs","w").close
#file_config=config.build_config('hblink.cfg')
file_config=config.build_config('hblink.cfg')
CONFIG = ''
#CONFIG = ''
def sendAprs():
AIS = aprslib.IS(str(CONFIG['APRS']['CALLSIGN']), passwd=aprslib.passcode(str(CONFIG['APRS']['CALLSIGN'])), host=str(CONFIG['APRS']['SERVER']), port=14580)