Skip to content

Commit

Permalink
Finished fixing add_download_task_from_url. Without any errors this t…
Browse files Browse the repository at this point in the history
…ime !
  • Loading branch information
Antonin Verdier authored and Quentame committed Oct 28, 2024
1 parent 232fc8d commit de9924f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/freebox_api/access.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ async def post(
"""
Send post request and return results
"""
data: Optional[str|Any] = None
if json_transform:
data = json.dumps(payload) if payload else None
else:
Expand Down

0 comments on commit de9924f

Please sign in to comment.