telegram being inconsistent
This commit is contained in:
parent
a3731c3ae3
commit
e7a824864e
|
@ -141,7 +141,7 @@ async def main():
|
||||||
except MessageIdInvalidError:
|
except MessageIdInvalidError:
|
||||||
chat_data['lastpinned'] = 0
|
chat_data['lastpinned'] = 0
|
||||||
to_write = True
|
to_write = True
|
||||||
except ChatNotModifiedError:
|
except (ChatNotModifiedError, AttributeError):
|
||||||
pass
|
pass
|
||||||
processing_chats[e.chat_id][2] = False
|
processing_chats[e.chat_id][2] = False
|
||||||
if to_delete:
|
if to_delete:
|
||||||
|
|
Loading…
Reference in New Issue