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:
parent
6e5fe101ea
commit
3e0e923d9b
@ -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):
|
||||
|
||||
Loading…
Reference in New Issue
Block a user