This commit is contained in:
Egor Matveev
2022-06-11 13:35:59 +03:00
parent 01fed967f3
commit 0ed47d2caa
2 changed files with 5 additions and 1 deletions

View File

@@ -5,7 +5,7 @@ from SprintLib.queue import MessagingSupport, send_to_queue
class Command(MessagingSupport):
help = "starts file notification manager"
help = "starts notification manager"
queue_name = "notification"
def handle_solution(self, payload):