telegram being inconsistent

This commit is contained in:
blank X 2020-10-23 18:32:11 +07:00
parent a3731c3ae3
commit e7a824864e
1 changed files with 1 additions and 1 deletions

View File

@ -141,7 +141,7 @@ async def main():
except MessageIdInvalidError:
chat_data['lastpinned'] = 0
to_write = True
except ChatNotModifiedError:
except (ChatNotModifiedError, AttributeError):
pass
processing_chats[e.chat_id][2] = False
if to_delete: