From 28265db71da8cae62e1c78fe6ff3c16739cc6d41 Mon Sep 17 00:00:00 2001 From: KF7EEL Date: Thu, 24 Dec 2020 13:03:28 -0800 Subject: [PATCH] fix PEER APRS upload --- hblink.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hblink.py b/hblink.py index c255d6e..ea7b86f 100644 --- a/hblink.py +++ b/hblink.py @@ -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)