mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-19 04:00:34 +02:00
fix syntax
This commit is contained in:
@@ -45,7 +45,7 @@ def test(words):
|
||||
mnemo = Mnemonic("english")
|
||||
if mnemo.check(words):
|
||||
print("valid=1")
|
||||
else
|
||||
else:
|
||||
print("valid=0")
|
||||
|
||||
def main():
|
||||
|
Reference in New Issue
Block a user