From 149580e8c434bf7b7beaef88723e73995cb7b8b2 Mon Sep 17 00:00:00 2001 From: craigerl Date: Wed, 13 Jun 2018 09:07:09 -0700 Subject: [PATCH] de-localize --- aprsd.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aprsd.py b/aprsd.py index f160121..da49cc5 100644 --- a/aprsd.py +++ b/aprsd.py @@ -47,7 +47,7 @@ import signal HOST = "noam.aprs2.net" # north america tier2 servers round robin USER = "KM6XXX-9" # callsign of this aprs client with SSID -PASS = "22452" # google how to generate this +PASS = "22222" # google how to generate this BASECALLSIGN = "KM6XXX" # callsign of radio in the field to which we send email