From d7928ea716d242aef655a1807e4b889a03c7a470 Mon Sep 17 00:00:00 2001 From: DE0CH Date: Mon, 22 Jun 2020 00:44:47 +0800 Subject: [PATCH] updated goe_filter so it doesn't use google trans --- geo_filter.py | 1 + 1 file changed, 1 insertion(+) diff --git a/geo_filter.py b/geo_filter.py index 2463de8..1ed0b6f 100644 --- a/geo_filter.py +++ b/geo_filter.py @@ -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()