Skip to content

Commit d84a6d3

Browse files
author
Antonin Verdier
committed
Finished fixing add_download_task_from_url. Without any errors this time !
1 parent b512c38 commit d84a6d3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/freebox_api/access.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,7 @@ async def post(
143143
"""
144144
Send post request and return results
145145
"""
146+
data: Optional[str|Any] = None
146147
if json_transform:
147148
data = json.dumps(payload) if payload else None
148149
else:

0 commit comments

Comments
 (0)