Fix small error on new singleton for taskManager

This commit is contained in:
Adolfo Gómez García 2021-09-06 13:39:40 +02:00
parent 2286ccaca1
commit 3615db877e

View File

@ -156,7 +156,7 @@ class Command(BaseCommand):
open(getPidFile(), 'w+').write('{}\n'.format(pid))
manager = taskManager()()
manager = taskManager()
manager.run()
if not start and not stop: