Rename guestbook.html to index.html

This commit is contained in:
Tanner Collin 2021-08-20 21:46:30 +00:00
parent 9b50602873
commit 95720ce0db
2 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ async def new_message(event):
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)
await event.reply('Entry added to t0.vc/g')