Added some extra formating
This commit is contained in:
parent
22b426a5ea
commit
68486f1e43
@ -6,6 +6,7 @@ from functools import wraps
|
||||
import time
|
||||
from syncplay.messages import getMessage
|
||||
|
||||
|
||||
class JSONCommandProtocol(LineReceiver):
|
||||
def handleMessages(self, messages):
|
||||
for message in messages.iteritems():
|
||||
@ -48,6 +49,7 @@ class JSONCommandProtocol(LineReceiver):
|
||||
def dropWithError(self, error):
|
||||
raise NotImplementedError()
|
||||
|
||||
|
||||
class SyncClientProtocol(JSONCommandProtocol):
|
||||
def __init__(self, client):
|
||||
self._client = client
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user