LabCleaningBot: fix session.commit() in sync_members_and_tasks()
This commit is contained in:
parent
dd3d854259
commit
669787bbce
1
main.py
1
main.py
@ -435,6 +435,7 @@ You have time to answer for {format_seconds(task.timeout)}."""
|
|||||||
recipients=[request.user.name])
|
recipients=[request.user.name])
|
||||||
res = self.api.send_message(message)
|
res = self.api.send_message(message)
|
||||||
|
|
||||||
|
|
||||||
session.commit()
|
session.commit()
|
||||||
|
|
||||||
await asyncio.sleep(1)
|
await asyncio.sleep(1)
|
||||||
|
Loading…
Reference in New Issue
Block a user