diff --git a/lib/blowfish.py b/lib/blowfish.py index 25a1908..b02bd84 100644 --- a/lib/blowfish.py +++ b/lib/blowfish.py @@ -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)