From b04dcc18d04a1acf2644f9df2fd7844f92022a73 Mon Sep 17 00:00:00 2001 From: Ed Sandor Date: Sat, 12 Dec 2020 11:10:15 -0700 Subject: [PATCH] This is Python not C --- owrx/kiss.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/owrx/kiss.py b/owrx/kiss.py index 278cb87..478e1f0 100644 --- a/owrx/kiss.py +++ b/owrx/kiss.py @@ -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(