diff options
-rw-r--r-- | vyroute/Router.py | 9 |
1 files changed, 1 insertions, 8 deletions
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 |