This website works better with JavaScript.
Home
Help
Sign In
ben
/
earwigbot
mirror of
https://github.com/earwig/earwigbot
Watch
1
Star
1
Fork
0
Code
Releases
4
Activity
Browse Source
argh - bugfix in lib/blowfish.py
tags/v0.1^2
Ben Kurtovic
13 years ago
parent
bea5a3bc7e
commit
56738eaede
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
lib/blowfish.py
+ 1
- 1
lib/blowfish.py
View File
@@ -550,4 +550,4 @@ if __name__ == '__main__':
cyphertext = raw_input("Enter a message to decrypt: ")
print "\n" + decrypt(key, cyphertext)
else:
print "Unknown action: '{0}'
.".format(op
)
print "Unknown action: '{0}'
".format(action
)
Write
Preview
Loading…
Cancel
Save