mirror of
https://github.com/jketterl/openwebrx.git
synced 2026-04-06 23:15:19 +00:00
debug comment length
This commit is contained in:
parent
11bb04419b
commit
f83790a5be
1 changed files with 1 additions and 0 deletions
|
|
@ -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 + "\""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue