mirror of
https://github.com/jorisvink/kore
synced 2025-03-09 12:39:01 -04:00
tiny comment on koreapp
This commit is contained in:
parent
c10813dc44
commit
88bd3ce045
@ -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()
|
||||
|
Loading…
x
Reference in New Issue
Block a user