Skip to content

Commit

Permalink
logging
Browse files Browse the repository at this point in the history
  • Loading branch information
DeekshithSH committed May 11, 2024
1 parent e387b0c commit 1dc22a1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions WebStreamer/utils/custom_dl.py
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,7 @@ async def yield_file(
location=location, offset=offset, limit=chunk_size
),
)
logging.info("Media Session Connection: ",media_session.is_started.is_set())
if isinstance(r, raw.types.upload.File):
while True:
chunk = r.bytes
Expand Down

0 comments on commit 1dc22a1

Please sign in to comment.