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,7 +93,7 @@ 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))
|
||||
|
|
Loading…
Reference in a new issue