Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kennymc-c committed Oct 19, 2024
1 parent aed8b3b commit 19687a7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions intg-requests/media_player.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,8 @@ async def mp_cmd_assigner(entity_id: str, cmd_name: str, params: dict[str, Any]
def async_rq_cmd(rq_cmd: str, url: str, data: str = None, xml: bool = False):
global cmd_status

cmd_status = ""

rq_timeout = config.Setup.get("rq_timeout")
rq_ssl_verify = config.Setup.get("rq_ssl_verify")
rq_fire_and_forget = config.Setup.get("rq_fire_and_forget")
Expand Down

0 comments on commit 19687a7

Please sign in to comment.