Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
gnthibault committed Aug 22, 2023
1 parent fb182a7 commit cee4553
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions conf_files/config_backyard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@ observatory:
USB_LABEL_1: FIELD_CAMERA
USB_LABEL_2: PRIMARY_CAMERA
USB_LABEL_3: SPECTRO_CONTROL_BOX
USB_LABEL_4: ARDUINO_CONTROL_BOX
USB_LABEL_4: GUIDE_CAMERA
USB_LABEL_5: WIFI_ROUTER
USB_LABEL_6: GUIDE_CAMERA
USB_LABEL_6: ARDUINO_CONTROL_BOX
always_on_usb_identifiers:
FIELD_CAMERA: False
PRIMARY_CAMERA: False
Expand Down
2 changes: 1 addition & 1 deletion helper/IndiWebManagerClient.py
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ def get_running_driver(self, master=False):
base_url = f"http://{host}:{port}"
req = f"{base_url}/api/server/drivers"
response = requests.get(req)
# self.logger.debug(f"get_running_driver - url {req} - code {response.status_code} - response :{response.text}")
self.logger.debug(f"get_running_driver - url {req} - code {response.status_code} - response :{response.text}")
assert response.status_code == 200
running_driver_list = json.loads(response.text)
except json.JSONDecodeError as e:
Expand Down

0 comments on commit cee4553

Please sign in to comment.