瀏覽代碼

argh - bugfix in lib/blowfish.py

tags/v0.1^2
Ben Kurtovic 13 年之前
父節點
當前提交
56738eaede
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      lib/blowfish.py

+ 1
- 1
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)

Loading…
取消
儲存