mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-11 01:54:53 +00:00
Oops.
This commit is contained in:
parent
0466041d85
commit
9924fdc532
1 changed files with 1 additions and 2 deletions
|
|
@ -1,7 +1,6 @@
|
||||||
import asyncio
|
import asyncio
|
||||||
import functools
|
import functools
|
||||||
import logging
|
import logging
|
||||||
import types
|
|
||||||
import typing
|
import typing
|
||||||
|
|
||||||
from .filters import CommandsFilter, ContentTypeFilter, ExceptionsFilter, RegexpFilter, USER_STATE, \
|
from .filters import CommandsFilter, ContentTypeFilter, ExceptionsFilter, RegexpFilter, USER_STATE, \
|
||||||
|
|
@ -167,7 +166,7 @@ class Dispatcher:
|
||||||
return err
|
return err
|
||||||
raise
|
raise
|
||||||
|
|
||||||
async def reset_webhook(self, check=True) -> types.Boolean:
|
async def reset_webhook(self, check=True) -> bool:
|
||||||
"""
|
"""
|
||||||
Reset webhook
|
Reset webhook
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue