Skip to content
This repository has been archived by the owner on May 26, 2022. It is now read-only.

Commit

Permalink
fix start script debug
Browse files Browse the repository at this point in the history
  • Loading branch information
maykar committed Feb 15, 2021
1 parent 27fbe87 commit 1f7992e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/plex_assistant/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ async def async_setup_entry(hass: HomeAssistant, entry: ConfigEntry):
start_script = json.loads("{" + start_script + "}")
if start_script:
for script in start_script.keys():
_LOGGER.debug(f"Script {script}: {start_script[script][0]}, {start_script[script][1]}")
_LOGGER.debug(f"Script {script}: {start_script[script]}")
except:
start_script = None
_LOGGER.warning("Plex Assistant: There is a formatting issue with your client start script config.")
Expand Down

0 comments on commit 1f7992e

Please sign in to comment.