Skip to content

Commit

Permalink
continue if no Debrid proxy
Browse files Browse the repository at this point in the history
  • Loading branch information
g0ldyy authored Jul 3, 2024
1 parent 093a519 commit 9370e8e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion comet/debrid/realdebrid.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ async def generate_download_link(self, hash: str, index: str):
logger.warning(
"Real-Debrid blacklisted server's IP. No proxy found."
)
return "https://comet.fast"
else:
logger.warning(
f"Real-Debrid blacklisted server's IP. Switching to proxy {proxy} for {hash}|{index}"
Expand Down

0 comments on commit 9370e8e

Please sign in to comment.