From fbc4e807cf719a773df181276eb3c530b7117fbb Mon Sep 17 00:00:00 2001 From: Mashintime Date: Sun, 3 Dec 2023 13:16:09 -0500 Subject: [PATCH] Explorer tweaks --- modem/explorer.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modem/explorer.py b/modem/explorer.py index b02c1a10..9af681f4 100644 --- a/modem/explorer.py +++ b/modem/explorer.py @@ -38,7 +38,7 @@ class explorer(): frequency = 0 if self.states.radio_frequency is None else self.states.radio_frequency band = "USB" - callsign = str(self.config['STATION']['mycall']) + callsign = str(self.config['STATION']['mycall']) + "-" + str(self.config["STATION"]['myssid']) gridsquare = str(self.config['STATION']['mygrid']) version = str(self.app.MODEM_VERSION) bandwidth = str(self.config['MODEM']['enable_low_bandwidth_mode']) @@ -52,8 +52,8 @@ class explorer(): for i in self.states.heard_stations: try: - callsign = str(i[0], "UTF-8") - grid = str(i[1], "UTF-8") + callsign = i[0] + grid = i[1] timestamp = i[2] frequency = i[6] try: