Update aprs_in.py fix debug

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

@ -4,10 +4,11 @@ from os import system
if __name__ == "__main__":
change_mode = False
debug_mode = False
if (len(sys.argv)) > 1:
# print("There are arguments!")
if ('d' == sys.argv[1]):
debug_mode = 1
debug_mode = True
for line in sys.stdin:
if (debug_mode):

Loading…
Cancel
Save

Powered by TurnKey Linux.