diff --git a/owrx/kiss.py b/owrx/kiss.py index 5ab556d..2c8f9ad 100644 --- a/owrx/kiss.py +++ b/owrx/kiss.py @@ -60,6 +60,7 @@ IGLOGIN {callsign} {password} offset = "OFFSET=" + str(pm["aprs_igate_offset"]) if "aprs_igate_offset" in pm else "" comment = str(pm["aprs_igate_comment"]) if "aprs_igate_comment" in pm else "\"OpenWebRX APRS gateway\"" + logger.info(str(len(comment))) if((len(comment) > 0) and ((comment[0] != '"') or (comment[len(comment)-1] != '"'))): logger.info(comment) comment = "\"" + comment + "\""