1
0
mirror of https://github.com/fHDHR/fHDHR_NextPVR.git synced 2025-12-06 11:26:57 -05:00

Update Credentials Check logic

This commit is contained in:
deathbybandaid 2020-10-05 10:58:12 -04:00
parent 6e5fe101ea
commit 3e0e923d9b

View File

@ -142,6 +142,7 @@ class HDHRConfig():
def config_adjustments_proxy(self):
cache_dir = self.config["main"]["cache_dir"]
if self.config["main"]["credentials"]:
credentials_list = self.config["main"]["credentials"].split(",")
creds_missing = False
if len(credentials_list):