Skip to content

Commit

Permalink
updated goe_filter so it doesn't use google trans
Browse files Browse the repository at this point in the history
  • Loading branch information
DE0CH committed Jun 21, 2020
1 parent 723668b commit d7928ea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions geo_filter.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ def process_files(path, dirs, files, geo_filtered_dict):
finally:
with open('geo_filtered.pkl', 'wb') as f:
pickle.dump(geo_filtered, f)
print('done')
for p in processes:
p.terminate()

0 comments on commit d7928ea

Please sign in to comment.