summaryrefslogtreecommitdiff
path: root/verify.py
diff options
context:
space:
mode:
Diffstat (limited to 'verify.py')
-rwxr-xr-xverify.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/verify.py b/verify.py
index e3f3bc8..5c74704 100755
--- a/verify.py
+++ b/verify.py
@@ -23,5 +23,5 @@ expected = hmac.new(ss, ch, hashlib.sha1).hexdigest()
if actual == expected:
sys.exit(0)
-else
+else:
sys.exit(1)