Skip to content

Commit

Permalink
Update premiumize.py
Browse files Browse the repository at this point in the history
ups double quote
  • Loading branch information
Zaarrg committed Dec 3, 2024
1 parent 7458249 commit e8cd394
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion comet/debrid/premiumize.py
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ async def handle_uncached(self, is_uncached: dict, hash: str, index: str, debrid
if magnet_info.get("status") != "finished" and int(magnet_info.get("progress")) < 1:
download_percentage = magnet_info.get("progress") * 100
logger.info(
f"File {hash}|{index} is still uncached, please wait until its cached! Status: {magnet_info.get("status")} | Progress: {download_percentage:.2f}%"
f"File {hash}|{index} is still uncached, please wait until its cached! Status: {magnet_info.get('status')} | Progress: {download_percentage:.2f}%"
)
return None

Expand Down

0 comments on commit e8cd394

Please sign in to comment.