mirror of https://github.com/DJ2LS/FreeDATA.git
fixing a stats bug
parent
8b8c698ec5
commit
f6fd470b44
|
@ -30,7 +30,7 @@ class stats():
|
|||
except Exception:
|
||||
avg_snr = 0
|
||||
|
||||
mycallsign = str(self.config['STATION']['mycallsign'], "utf-8")
|
||||
mycallsign = str(self.config['STATION']['mycall'], "utf-8")
|
||||
ssid = str(self.config['STATION']['ssid'], "utf-8")
|
||||
full_callsign = f"{mycallsign}-{ssid}"
|
||||
|
||||
|
|
Loading…
Reference in New Issue