fix stat path

This commit is contained in:
Robert Miles 2018-07-13 17:02:22 -04:00
parent b6cfca84b1
commit 5123443083
1 changed files with 1 additions and 1 deletions

View File

@ -24,5 +24,5 @@ for schannel in schannels:
channels.sort(key=lambda x: x["name"].lower())
out["channels"]=channels
#print([x.text for x in d.findall("./channellist/channel/channeltopic/topictext")])
with open("/var/www/html/tilde.chat/stats.json","w") as f:
with open("/var/www/tilde.chat/stats.json","w") as f:
json.dump(out,f)