1
0
Fork 0

Forget to commit on user update when edt notification is send

This commit is contained in:
Ethanell 2020-01-13 21:32:08 +01:00
parent eb84420152
commit 299dc340af

View file

@ -26,6 +26,7 @@ async def notif():
else:
if nt:
await bot.send_message(u.id, lang(u, "notif_event")+str(nt), parse_mode=ParseMode.MARKDOWN)
session.commit()
async def notif_cmd(message: types.Message):