diff --git a/script/getchannels.py b/script/getchannels.py index f659a6c..8bcdcd1 100644 --- a/script/getchannels.py +++ b/script/getchannels.py @@ -93,9 +93,9 @@ while True: break index += channels['count'] -with open('./public/data/channelslist.json', "w") as file_write: +with open('../public/data/channelslist.json', "w") as file_write: json.dump(datas, file_write) pprint("Nb displayed channels : " + str(nbChannels)) pprint("Nb cohorte channels : " + str(nbCohorte)) -pprint("Nb total channels : " + str(totalChannels)) \ No newline at end of file +pprint("Nb total channels : " + str(totalChannels))