Update fc_block_decode.py fix indent

fc-fctelem
Alan Johnston 10 months ago committed by GitHub
parent 14fc8eae59
commit dd842239c0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -12,8 +12,7 @@ if __name__ == "__main__":
# print("There are arguments!")
if ('d' == sys.argv[1]):
debug_mode = True
print(debug_mode)
print(debug_mode)
for line in sys.stdin:
if (debug_mode):
print(line, end =" ")

Loading…
Cancel
Save

Powered by TurnKey Linux.