mirror of
https://github.com/Brandon-Rozek/website.git
synced 2024-11-22 16:26:28 -05:00
Fixed typo
This commit is contained in:
parent
f8d3348436
commit
7979183ad4
1 changed files with 2 additions and 2 deletions
|
@ -16,9 +16,9 @@ class Application:
|
||||||
loop.call_soon(
|
loop.call_soon(
|
||||||
functools.partial(
|
functools.partial(
|
||||||
asyncio.ensure_future,
|
asyncio.ensure_future,
|
||||||
callback(event, index)
|
callback(message)
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
else:
|
else:
|
||||||
callback(event, index)
|
callback(message)
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue