diff --git a/authors-tools/v1/first-name/gender.py b/authors-tools/v1/first-name/gender.py index 244c974..844cd3e 100644 --- a/authors-tools/v1/first-name/gender.py +++ b/authors-tools/v1/first-name/gender.py @@ -76,8 +76,7 @@ def main(): - # with open('./v1/first-name/name_gender.pickle', 'rb') as handle: - with open('name_gender.pickle', 'rb') as handle: + with open('./v1/first-name/name_gender.pickle', 'rb') as handle: my_dict = pickle.load(handle) for line in sys.stdin: