remove some stuff

This commit is contained in:
Peter Buchegger 2021-09-19 19:53:10 +01:00
parent c302fd43a3
commit bdccee9429

View file

@ -71,14 +71,3 @@ def APRSIS():
host="localhost", port=10152)
aprs.connect()
return aprs
#aprs = AprsIs("OE5BPA-1", passwd="22948",
# # host="localhost", port=10152)
# host="rotate.aprs.net", port=10152)
#aprs.connect()
#while True:
# line = list(aprs._get_line())
# if len(line) > 0:
# print(line)