mirror of
https://github.com/Brandon-Rozek/website.git
synced 2024-11-09 10:40:34 -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(
|
||||
functools.partial(
|
||||
asyncio.ensure_future,
|
||||
callback(event, index)
|
||||
callback(message)
|
||||
)
|
||||
)
|
||||
else:
|
||||
callback(event, index)
|
||||
callback(message)
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue