Skip to content

Commit

Permalink
Fixed requirements.txt installation
Browse files Browse the repository at this point in the history
  • Loading branch information
morpheus65535 committed Apr 22, 2023
1 parent 039fa5e commit 0f84ffb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bazarr/init.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
import rarfile

from dogpile.cache.region import register_backend as register_cache_backend
from subliminal_patch.extensions import provider_registry

from app.config import settings, configure_captcha_func, get_array_from
from app.get_args import args
Expand Down Expand Up @@ -203,6 +202,7 @@ def is_virtualenv():


# Remove deprecated providers from enabled providers in config.ini
from subliminal_patch.extensions import provider_registry # noqa E401
existing_providers = provider_registry.names()
enabled_providers = get_array_from(settings.general.enabled_providers)
settings.general.enabled_providers = str([x for x in enabled_providers if x in existing_providers])
Expand Down

0 comments on commit 0f84ffb

Please sign in to comment.