Browse Source

argh - bugfix in lib/blowfish.py

tags/v0.1^2
Ben Kurtovic 13 years ago
parent
commit
56738eaede
1 changed files with 1 additions and 1 deletions
  1. +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)

Loading…
Cancel
Save