Merge Upstream

This commit is contained in:
Akamaru 2017-10-10 20:08:59 +02:00
commit 9180e3433d

2
bot.py
View File

@ -313,6 +313,8 @@ def check_feed(bot, key):
)
except telegram.error.TimedOut:
pass
except telegram.error.BadRequest as exception:
logger.error(exception)
if not r.exists(key):
r.delete(last_entry_hash)