Inherited from universal route
Client and Server routes have been unified into a single route class.
This commit is contained in:
parent
28618abc98
commit
1e5674dd8f
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ class Fl0wClient(Client):
|
|||
Logging.info("Connection closed: %s (%s)" % (reason, code))
|
||||
|
||||
|
||||
class Info(Routing.ClientRoute):
|
||||
class Info(Routing.Route):
|
||||
def run(self, data, handler):
|
||||
info = ""
|
||||
for key in data:
|
||||
|
|
Reference in a new issue