Rename guestbook.html to index.html
This commit is contained in:
parent
9b50602873
commit
95720ce0db
2
main.py
2
main.py
|
@ -40,7 +40,7 @@ async def new_message(event):
|
||||||
|
|
||||||
entry += '\n\n{}\n\n'.format(data['message'])
|
entry += '\n\n{}\n\n'.format(data['message'])
|
||||||
|
|
||||||
with open('data/guestbook.html', 'a') as f:
|
with open('data/html/index.html', 'a') as f:
|
||||||
f.write(entry)
|
f.write(entry)
|
||||||
|
|
||||||
await event.reply('Entry added to t0.vc/g')
|
await event.reply('Entry added to t0.vc/g')
|
||||||
|
|
Loading…
Reference in New Issue
Block a user