From 7bc6fb9ac1fd895e3c31aa6643c944245eb0043b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eriv=C3=A2nio=20Vasconcelos?= Date: Thu, 12 May 2022 14:30:07 -0300 Subject: [PATCH] fix runworker in start-work --- start-worker.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/start-worker.sh b/start-worker.sh index b3ba0ef4..30095e39 100755 --- a/start-worker.sh +++ b/start-worker.sh @@ -1,2 +1,2 @@ #!/bin/bash -python3 manage.py runworker \ No newline at end of file +python3 manage.py runworker channels \ No newline at end of file