forked from LeineLab-Public/lab-signal-bot
LabCleaningBot: fix session.commit() in sync_members_and_tasks()
This commit is contained in:
parent
dd3d854259
commit
669787bbce
3
main.py
3
main.py
@ -435,7 +435,8 @@ 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