Skip to content

Commit

Permalink
chore: uncomment alldebrid
Browse files Browse the repository at this point in the history
  • Loading branch information
Gaisberg authored and Gaisberg committed Nov 1, 2024
1 parent d75149e commit c5ef5cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/program/downloaders/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def __init__(self):
)
self.services = {
RealDebridDownloader: RealDebridDownloader(),
# AllDebridDownloader: AllDebridDownloader(),
AllDebridDownloader: AllDebridDownloader(),
# TorBoxDownloader: TorBoxDownloader()
}
self.service = next(
Expand Down

0 comments on commit c5ef5cc

Please sign in to comment.