mirror of
https://github.com/django/daphne.git
synced 2025-04-21 01:02: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":
|
||||
msg += "WebSocket DISCONNECT %(path)s [%(client)s]\n" % details
|
||||
|
||||
|
||||
sys.stderr.write(msg)
|
||||
|
||||
class WorkerThread(threading.Thread):
|
||||
|
|
Loading…
Reference in New Issue
Block a user