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,8 +15,8 @@ if __name__ == "__main__":
debug_mode = True
for line in sys.stdin:
if (debug_mode):
print(line, end =" ")
# if (debug_mode):
print(line, end =" ")
# if '^c' == line.rstrip():
# break

Loading…
Cancel
Save

Powered by TurnKey Linux.