diff --git a/app/download.py b/app/download.py index 3e7bc1a..7683f2e 100644 --- a/app/download.py +++ b/app/download.py @@ -214,7 +214,7 @@ class dropout(): # Sort the json_data by the 'SHOW' key sorted_json_data = sorted(json_data, key=lambda x: x['SHOW']) - with open('./data/dropout.json', 'w') as json_file: + with open('/data/dropout.json', 'w') as json_file: json.dump(sorted_json_data, json_file, indent=4) class youtube():