angli66 commited on
Commit
281de9f
·
verified ·
1 Parent(s): a665252

Update launch.py

Browse files
Files changed (1) hide show
  1. launch.py +0 -1
launch.py CHANGED
@@ -31,7 +31,6 @@ if not is_local_run:
31
  with open(f"{code_dir}/api.json", "r") as file:
32
  api_dict = json.load(file)
33
  SEGM_i_CALL = api_dict["SEGM_i_CALL"]
34
- SEGM_CALL = api_dict["SEGM_CALL"]
35
  UNPOSED_CALL = api_dict["UNPOSED_CALL"]
36
  MESH_CALL = api_dict["MESH_CALL"]
37
 
 
31
  with open(f"{code_dir}/api.json", "r") as file:
32
  api_dict = json.load(file)
33
  SEGM_i_CALL = api_dict["SEGM_i_CALL"]
 
34
  UNPOSED_CALL = api_dict["UNPOSED_CALL"]
35
  MESH_CALL = api_dict["MESH_CALL"]
36