Fix caps on worker prefix
This commit is contained in:
@@ -188,7 +188,7 @@ class WorkerProcess:
|
|||||||
|
|
||||||
|
|
||||||
class Worker:
|
class Worker:
|
||||||
WORKER_PREFIX = "SANIC-"
|
WORKER_PREFIX = "Sanic-"
|
||||||
|
|
||||||
def __init__(
|
def __init__(
|
||||||
self,
|
self,
|
||||||
|
|||||||
Reference in New Issue
Block a user