Parcourir la source

argh - bugfix in lib/blowfish.py

tags/v0.1^2
Ben Kurtovic il y a 13 ans
Parent
révision
56738eaede
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      lib/blowfish.py

+ 1
- 1
lib/blowfish.py Voir le fichier

@@ -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)

Chargement…
Annuler
Enregistrer