Remove extra blank line

This commit is contained in:
Andrew Godwin 2016-02-10 20:31:50 +00:00
parent 41b6750afb
commit caca13c2bc

View File

@ -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):