Skip to content

Commit

Permalink
chore: remove httpx timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
DeadNews committed Jul 14, 2024
1 parent 167e00d commit 7a33752
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/images_upload_cli/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ async def upload_images(
if thumbnail:
font = get_font()

async with AsyncClient(timeout=90) as client:
async with AsyncClient() as client:
for img_path in images:
img = img_path.read_bytes()

Expand Down

0 comments on commit 7a33752

Please sign in to comment.