Update download.py
This commit is contained in:
parent
28bd2f645d
commit
ff586b48ee
@ -214,7 +214,7 @@ class dropout():
|
|||||||
|
|
||||||
# Sort the json_data by the 'SHOW' key
|
# Sort the json_data by the 'SHOW' key
|
||||||
sorted_json_data = sorted(json_data, key=lambda x: x['SHOW'])
|
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)
|
json.dump(sorted_json_data, json_file, indent=4)
|
||||||
|
|
||||||
class youtube():
|
class youtube():
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user