tiny comment on koreapp

This commit is contained in:
Joris Vink 2019-09-04 20:10:48 +02:00
parent c10813dc44
commit 88bd3ce045
1 changed files with 1 additions and 0 deletions

View File

@ -51,4 +51,5 @@ class KoreApp:
result = await kore.dbquery("db", "SELECT * FROM pg_sleep(10)")
req.response(200, json.dumps(result).encode("utf-8"))
# Set the application Kore will run to our class.
koreapp = KoreApp()