summaryrefslogtreecommitdiff
path: root/wrappers/python/src/main.py
diff options
context:
space:
mode:
Diffstat (limited to 'wrappers/python/src/main.py')
-rw-r--r--wrappers/python/src/main.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/wrappers/python/src/main.py b/wrappers/python/src/main.py
index e70d431..7ebeae6 100644
--- a/wrappers/python/src/main.py
+++ b/wrappers/python/src/main.py
@@ -112,7 +112,6 @@ class EduVPN(object):
if config_err:
raise Exception(config_err)
-
config_json_dict = json.loads(config_json)
config = config_json_dict["config"]
config_type = config_json_dict["config_type"]