diff options
| -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)
 | 
