mirror of
https://github.com/jketterl/openwebrx.git
synced 2026-04-10 08:55:13 +00:00
This is Python not C
This commit is contained in:
parent
1cc88ff362
commit
b04dcc18d0
1 changed files with 1 additions and 1 deletions
|
|
@ -62,7 +62,7 @@ IGLOGIN {callsign} {password}
|
|||
|
||||
if((len(comment) > 0) and ((comment[0] != '"') or (comment[len(comment)-1] != '"'))):
|
||||
comment = "\"" + comment + "\""
|
||||
else if(len(comment) == 0):
|
||||
elif(len(comment) == 0):
|
||||
comment = "\"\""
|
||||
|
||||
pbeacon= "PBEACON sendto=IG delay=0:30 every=60:00 symbol={symbol} lat={lat} long={lon} POWER={power} {height} {gain} {adir} {freq} {tone} {offset} comment={comment}".format(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue