Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
g0ldyy committed Jul 4, 2024
1 parent 1f63113 commit 268664b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion comet/api/stream.py
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ async def stream_content(headers: dict):
while True:
chunk = await response.content.read(
settings.PROXY_DEBRID_STREAM_BYTES_PER_CHUNK
) # 10 MB chunks
)
if not chunk:
break
yield chunk
Expand Down

0 comments on commit 268664b

Please sign in to comment.