Update fc_block_decode.py missing :

fc-c
Alan Johnston 10 months ago committed by GitHub
parent a432645cfd
commit 797a5eb601
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -14,7 +14,7 @@ logging.basicConfig(format='%(message)s')
def fstr(template):
return eval(f"f'{template}'")
def system_and_print(string)
def system_and_print(string):
print(string)
system(string)

Loading…
Cancel
Save

Powered by TurnKey Linux.