fix resend after
This commit is contained in:
parent
687dabc354
commit
ca194a8a2c
1
main.py
1
main.py
@ -214,6 +214,7 @@ async def resend_after(msg: Message):
|
|||||||
logging.info(f'{post_created_at.timestamp()} < {timestamp}')
|
logging.info(f'{post_created_at.timestamp()} < {timestamp}')
|
||||||
if post_created_at.timestamp() < timestamp:
|
if post_created_at.timestamp() < timestamp:
|
||||||
break_loop = True
|
break_loop = True
|
||||||
|
break
|
||||||
posts.append(post)
|
posts.append(post)
|
||||||
if break_loop:
|
if break_loop:
|
||||||
break
|
break
|
||||||
|
Loading…
Reference in New Issue
Block a user