From 1e5674dd8f9992e54dad758e5d736d25e7a04955 Mon Sep 17 00:00:00 2001 From: Philip Trauner Date: Fri, 7 Oct 2016 15:07:52 +0200 Subject: [PATCH] Inherited from universal route Client and Server routes have been unified into a single route class. --- Sublime/fl0w/fl0w.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sublime/fl0w/fl0w.py b/Sublime/fl0w/fl0w.py index 732a0d5..3c32b52 100644 --- a/Sublime/fl0w/fl0w.py +++ b/Sublime/fl0w/fl0w.py @@ -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: