Skip to content

Commit 1b67e0a

Browse files
authored
Update app.py
1 parent 39d454d commit 1b67e0a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ async def init(app, loop):
1414

1515
@app.get('/')
1616
async def index(request):
17-
return response.text('Welcome! This simple webserver is used to display your modmail logs.')
17+
return response.text('Welcome! This simple website is used to display your modmail logs.')
1818

1919
@app.get('/logs/<key>')
2020
async def getlogsfile(request, key):
21-
'''Returned the plain text rendered log entry'''
21+
"""Returned the plain text rendered log entry"""
2222

2323
log = await app.db.logs.find_one({'key': key})
2424

0 commit comments

Comments
 (0)