diff --git a/ebay_api.py b/ebay_api.py index 72accb9..2d44ac9 100644 --- a/ebay_api.py +++ b/ebay_api.py @@ -450,8 +450,8 @@ class CurateData: file_name = target_dir + os.sep + tag dict_pics.update({k:file_name}) -# with open('dict_pics.txt', 'w') as f: -# json.dump(dict_pics, f) + with open('dict_pics.txt', 'w') as f: + json.dump(dict_pics, f) return dict_pics # TODO still need to find sol to outliers (i.e., naming scheme for unusual source URLs)