fixing a stats bug

pull/795/head
DJ2LS 2024-08-17 19:37:27 +02:00
parent 8b8c698ec5
commit f6fd470b44
1 changed files with 1 additions and 1 deletions

View File

@ -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}"