Signed-off-by: YAMADA Hideki <[email protected]>
---
 ryu/app/simple_switch_websocket_13.py |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/ryu/app/simple_switch_websocket_13.py 
b/ryu/app/simple_switch_websocket_13.py
index a6fd989..2cee238 100644
--- a/ryu/app/simple_switch_websocket_13.py
+++ b/ryu/app/simple_switch_websocket_13.py
@@ -66,11 +66,11 @@ class SimpleSwitchWebSocketController(ControllerBase):
     def __init__(self, req, link, data, **config):
         super(SimpleSwitchWebSocketController, self).__init__(
             req, link, data, **config)
-        self.simpl_switch_spp = data[simple_switch_instance_name]
+        self.simple_switch_app = data[simple_switch_instance_name]
 
     @websocket('simpleswitch', url)
     def _websocket_handler(self, ws):
-        simple_switch = self.simpl_switch_spp
+        simple_switch = self.simple_switch_app
         simple_switch.logger.debug('WebSocket connected: %s', ws)
         while True:
             msg = ws.wait()
-- 
1.7.9.5


------------------------------------------------------------------------------
"Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE
Instantly run your Selenium tests across 300+ browser/OS combos.
Get unparalleled scalability from the best Selenium testing platform available
Simple to use. Nothing to install. Get started now for free."
http://p.sf.net/sfu/SauceLabs
_______________________________________________
Ryu-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ryu-devel

Reply via email to