Skip to content

Commit

Permalink
fix: log error
Browse files Browse the repository at this point in the history
  • Loading branch information
g0ldyy committed Jul 6, 2024
1 parent 45571de commit 9fb92eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion comet/debrid/realdebrid.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ async def get_instant(self, chunk: list):
return await response.json()
except Exception as e:
logger.warning(
f"Exception while checking hash instant availability on Real Debrid for {hash}: {e}"
f"Exception while checking hash instant availability on Real Debrid: {e}"
)
return

Expand Down

0 comments on commit 9fb92eb

Please sign in to comment.