mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-23 19:44:20 +00:00
publish: 5.9.9
This commit is contained in:
parent
96aab5d097
commit
3260417ebd
3 changed files with 3 additions and 3 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
[tool.poetry]
|
||||
name = "royalpack"
|
||||
version = "5.9.8"
|
||||
version = "5.9.9"
|
||||
description = "A Royalnet command pack for the Royal Games community"
|
||||
authors = ["Stefano Pigozzi <ste.pigozzi@gmail.com>"]
|
||||
license = "AGPL-3.0+"
|
||||
|
|
|
@ -442,7 +442,7 @@ class MMTask:
|
|||
|
||||
# Mark the event as interrupted
|
||||
self._mmevent.interrupted = True
|
||||
await self._session.commit()
|
||||
self._session.commit()
|
||||
|
||||
# Send a group notification if the MMEvent wasn't deleted
|
||||
if interrupt != Interrupts.MANUAL_DELETE:
|
||||
|
|
|
@ -1 +1 @@
|
|||
semantic = "5.9.8"
|
||||
semantic = "5.9.9"
|
||||
|
|
Loading…
Reference in a new issue