From 75ed856be70d0fbdd6aa92f503f98c7f7b9123b6 Mon Sep 17 00:00:00 2001 From: Sébastien Dailly Date: Sun, 11 Aug 2024 15:55:30 +0200 Subject: Removed unused line of code --- client.py | 1 - 1 file changed, 1 deletion(-) 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) -- cgit v1.2.3