We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39d454d commit 1b67e0aCopy full SHA for 1b67e0a
app.py
@@ -14,11 +14,11 @@ async def init(app, loop):
14
15
@app.get('/')
16
async def index(request):
17
- return response.text('Welcome! This simple webserver is used to display your modmail logs.')
+ return response.text('Welcome! This simple website is used to display your modmail logs.')
18
19
@app.get('/logs/<key>')
20
async def getlogsfile(request, key):
21
- '''Returned the plain text rendered log entry'''
+ """Returned the plain text rendered log entry"""
22
23
log = await app.db.logs.find_one({'key': key})
24
0 commit comments