runtime/WampClient.py
changeset 1751 c28db6f7616b
parent 1748 ba5f64fe0e00
child 1753 19f19c66b67e
--- a/runtime/WampClient.py	Wed Aug 16 12:53:23 2017 +0300
+++ b/runtime/WampClient.py	Wed Aug 16 12:57:52 2017 +0300
@@ -88,6 +88,7 @@
     def clientConnectionFailed(self, connector, reason):
         print("WAMP Client connection failed .. retrying ..")
         self.retry(connector)
+
     def clientConnectionLost(self, connector, reason):
         print("WAMP Client connection lost .. retrying ..")
         self.retry(connector)