Fix caps on worker prefix

This commit is contained in:
Adam Hopkins 2022-12-12 11:29:02 +02:00
parent 0e7ee94574
commit 3536c0af27
No known key found for this signature in database
GPG Key ID: 9F85EE6C807303FB

View File

@ -188,7 +188,7 @@ class WorkerProcess:
class Worker:
WORKER_PREFIX = "SANIC-"
WORKER_PREFIX = "Sanic-"
def __init__(
self,