Skip to content

Commit

Permalink
Merge pull request #106 from gautamajay52/patch-1
Browse files Browse the repository at this point in the history
typo
  • Loading branch information
EverythingSuckz committed Apr 20, 2023
2 parents 9e1845f + c3597f4 commit 3f7304f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WebStreamer/utils/custom_dl.py
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ async def yield_file(
except (TimeoutError, AttributeError):
pass
finally:
logger.debug("Finished yielding file with {current_part} parts.")
logger.debug(f"Finished yielding file with {current_part} parts.")
work_loads[index] -= 1


Expand Down

0 comments on commit 3f7304f

Please sign in to comment.