Update fc_block_decode.py fix indent

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

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

Loading…
Cancel
Save

Powered by TurnKey Linux.