aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSébastien Dailly <sebastien@dailly.me>2024-08-11 15:55:30 +0200
committerSébastien Dailly <sebastien@dailly.me>2024-08-11 15:55:30 +0200
commit75ed856be70d0fbdd6aa92f503f98c7f7b9123b6 (patch)
tree08097cbd040f8ab72a1b8591470e674d5a78e652
parentcc84f87d61c538a8f425a4cf67d5d62e34081d65 (diff)
Removed unused line of code
-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)