LabCleaningBot: fix session.commit() in sync_members_and_tasks()

This commit is contained in:
lemoer 2024-12-27 22:31:42 +01:00
parent dd3d854259
commit 669787bbce

View File

@ -435,7 +435,8 @@ You have time to answer for {format_seconds(task.timeout)}."""
recipients=[request.user.name])
res = self.api.send_message(message)
session.commit()
session.commit()
await asyncio.sleep(1)