small update
This commit is contained in:
parent
3a1b5f0619
commit
6d65fae90a
@ -1,5 +0,0 @@
|
||||
[logbot]
|
||||
account = bot@vvvvvvaria.org
|
||||
password = streaming
|
||||
nick = logbot
|
||||
rooms = testtesttest@muc.vvvvvvaria.org, ibugev@muc.vvvvvvaria.org
|
@ -42,7 +42,7 @@ def deletefromdb(id):
|
||||
|
||||
def writelog(messages):
|
||||
template = jinja2.Template(open('index.html.j2').read())
|
||||
with open('index.html','w') as out:
|
||||
with open('log.html','w') as out:
|
||||
html = template.render(messages=messages)
|
||||
out.write(html)
|
||||
|
||||
@ -92,4 +92,4 @@ Print this message
|
||||
writelog(messages)
|
||||
return self.reply(reply, room=message.room)
|
||||
|
||||
logbot()
|
||||
logbot()
|
||||
|
Loading…
Reference in New Issue
Block a user