Update aprs_in.py no newline in print

beta-dw-tx
Alan Johnston 2 years ago committed by GitHub
parent e5d065b67f
commit 5d4236d07c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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

Loading…
Cancel
Save

Powered by TurnKey Linux.