From e5590666aa3c29c5793dc50bb78797fa8cf4dffa Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Sun, 30 Jun 2024 18:08:49 -0400 Subject: [PATCH] Update aprs_in.py print all messages --- aprs_in.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/aprs_in.py b/aprs_in.py index db16c593..9b5416c9 100644 --- a/aprs_in.py +++ b/aprs_in.py @@ -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