mirror of
https://github.com/django/daphne.git
synced 2025-07-01 18:33:06 +03:00
Remove extra blank line
This commit is contained in:
parent
41b6750afb
commit
caca13c2bc
|
@ -102,7 +102,6 @@ class Command(RunserverCommand):
|
||||||
elif protocol == "websocket" and action == "disconnected":
|
elif protocol == "websocket" and action == "disconnected":
|
||||||
msg += "WebSocket DISCONNECT %(path)s [%(client)s]\n" % details
|
msg += "WebSocket DISCONNECT %(path)s [%(client)s]\n" % details
|
||||||
|
|
||||||
|
|
||||||
sys.stderr.write(msg)
|
sys.stderr.write(msg)
|
||||||
|
|
||||||
class WorkerThread(threading.Thread):
|
class WorkerThread(threading.Thread):
|
||||||
|
|
Loading…
Reference in New Issue
Block a user