Fix filters full config cleaner

This commit is contained in:
Alex Root Junior 2019-11-29 23:46:38 +02:00
parent 4e380e424e
commit d36a5984b5

View file

@ -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)