diff options
author | Sébastien Dailly <sebastien@dailly.me> | 2024-08-11 15:55:30 +0200 |
---|---|---|
committer | Sébastien Dailly <sebastien@dailly.me> | 2024-08-11 15:55:30 +0200 |
commit | 75ed856be70d0fbdd6aa92f503f98c7f7b9123b6 (patch) | |
tree | 08097cbd040f8ab72a1b8591470e674d5a78e652 /client.py | |
parent | cc84f87d61c538a8f425a4cf67d5d62e34081d65 (diff) |
Removed unused line of code
Diffstat (limited to 'client.py')
-rwxr-xr-x | client.py | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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)
|