aboutsummaryrefslogtreecommitdiff
path: root/client.py
diff options
context:
space:
mode:
Diffstat (limited to 'client.py')
-rwxr-xr-xclient.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/client.py b/client.py
index 7f0bb60..9c2c369 100755
--- a/client.py
+++ b/client.py
@@ -45,7 +45,6 @@ if args.layer is not None:
with open(args.layer, "r") as json_file:
json_data = json_file.read()
j = json.loads(json_data)
- content = json.dumps(j)
s.send(j)
sys.exit(0)