Skip to content

Commit

Permalink
Update general.py
Browse files Browse the repository at this point in the history
  • Loading branch information
g0ldyy authored Jul 18, 2024
1 parent 4117dd7 commit f16ad9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion comet/utils/general.py
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ def config_check(b64config: str):


def get_debrid_extension(debridService: str):
debrid_extension = "?" # Unknown
debrid_extension = None # Unknown
if debridService == "realdebrid":
debrid_extension = "RD"
elif debridService == "alldebrid":
Expand Down

0 comments on commit f16ad9a

Please sign in to comment.