mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Fix filters full config cleaner
This commit is contained in:
parent
4e380e424e
commit
d36a5984b5
1 changed files with 1 additions and 1 deletions
|
|
@ -114,7 +114,7 @@ class TelegramEventObserver(EventObserver):
|
|||
|
||||
# Clean full config to prevent to re-initialize another filter with the same configuration
|
||||
for key in f.__fields__:
|
||||
full_config.pop(key)
|
||||
full_config.pop(key, None)
|
||||
|
||||
filters.append(f)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue