From fd83eb50fb679a90b272e46cd9cf8f401bf55e09 Mon Sep 17 00:00:00 2001 From: Hochikong Date: Tue, 24 May 2016 01:06:55 +0800 Subject: little change --- vyroute/Router.py | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'vyroute/Router.py') diff --git a/vyroute/Router.py b/vyroute/Router.py index b8c6aca..eae8843 100644 --- a/vyroute/Router.py +++ b/vyroute/Router.py @@ -493,11 +493,4 @@ class BasicRouter(Router): else: return {"Error": "Router object not connect to a router."} except Exception, e: - return {"Error": e} - - - - - - - + return {"Error": e} \ No newline at end of file -- cgit v1.2.3