From 5123443083f9cf251ab964d2160b384fd61ee204 Mon Sep 17 00:00:00 2001 From: khuxkm Date: Fri, 13 Jul 2018 17:02:22 -0400 Subject: [PATCH] fix stat path --- gen_stats | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gen_stats b/gen_stats index 33f2384..3338887 100755 --- a/gen_stats +++ b/gen_stats @@ -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)