From 344e9bbc952ed69510bc693c0c9c703f534888e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9lien=20Nanson?= Date: Fri, 3 Mar 2017 12:06:07 +0100 Subject: [PATCH] Update README.md `file` is not compatible with Python3, see https://stackoverflow.com/questions/16736833/python-nameerror-name-file-is-not-defined And is used here: https://github.com/burjorjee/pyethrecover/blob/master/pyethrecover.py#L216 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e469bd4..3f38166 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ It's essentially a stripped-down version of [pyethsaletool](https://github.com/e to be used to generate passwords. The multiprocessing library `joblib` is used to test out passwords using all the cores on your machine. -This tool is compatible with both Python 2 and Python 3. It depends on the following libraries +This tool is compatible with both Python 2. It depends on the following libraries joblib bitcoin