Change path to generate channelslist.json
This commit is contained in:
parent
6019b22772
commit
89b5863f62
1 changed files with 2 additions and 2 deletions
|
@ -93,9 +93,9 @@ while True:
|
||||||
break
|
break
|
||||||
index += channels['count']
|
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)
|
json.dump(datas, file_write)
|
||||||
|
|
||||||
pprint("Nb displayed channels : " + str(nbChannels))
|
pprint("Nb displayed channels : " + str(nbChannels))
|
||||||
pprint("Nb cohorte channels : " + str(nbCohorte))
|
pprint("Nb cohorte channels : " + str(nbCohorte))
|
||||||
pprint("Nb total channels : " + str(totalChannels))
|
pprint("Nb total channels : " + str(totalChannels))
|
||||||
|
|
Loading…
Reference in a new issue