Update aprs_in.py print all messages

pull/323/head
Alan Johnston 1 year ago committed by GitHub
parent ebd21e267d
commit e5590666aa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -15,7 +15,7 @@ if __name__ == "__main__":
debug_mode = True debug_mode = True
for line in sys.stdin: for line in sys.stdin:
if (debug_mode): # if (debug_mode):
print(line, end =" ") print(line, end =" ")
# if '^c' == line.rstrip(): # if '^c' == line.rstrip():

Loading…
Cancel
Save

Powered by TurnKey Linux.