mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-25 07:07:46 +01:00
fix syntax
This commit is contained in:
parent
0b806e6cac
commit
3f939deb74
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ def test(words):
|
|||
mnemo = Mnemonic("english")
|
||||
if mnemo.check(words):
|
||||
print("valid=1")
|
||||
else
|
||||
else:
|
||||
print("valid=0")
|
||||
|
||||
def main():
|
||||
|
|
Loading…
Add table
Reference in a new issue