mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2026-01-11 16:44:53 +00:00
revert
This commit is contained in:
parent
53687a39bc
commit
e8d3aed257
1 changed files with 1 additions and 1 deletions
|
|
@ -99,7 +99,7 @@ class CallbackQueryHandler(Handler):
|
|||
)
|
||||
|
||||
handler_does_match = (
|
||||
self.filters(client, query) if callable(self.filters) else True
|
||||
await self.filters(client, query) if callable(self.filters) else True
|
||||
)
|
||||
|
||||
data = self.compose_data_identifier(query)
|
||||
|
|
|
|||
Loading…
Reference in a new issue