Working snapshot.
This commit is contained in:
parent
50085de7db
commit
26b4081720
|
@ -67,7 +67,8 @@ def main():
|
|||
try:
|
||||
a = aprslib.parse(str(frame))
|
||||
except Exception as error:
|
||||
logging.error("Error with aprslib:", error)
|
||||
logging.error("Error with aprslib:", exc_info = error)
|
||||
else:
|
||||
a['station_call'] = config['Settings']['station_call']
|
||||
a['station_lat'] = config['Settings']['station_lat']
|
||||
a['station_lon'] = config['Settings']['station_lon']
|
||||
|
|
Loading…
Reference in New Issue
Block a user