mirror of
https://github.com/fHDHR/fHDHR_NextPVR.git
synced 2025-12-06 15:36:59 -05:00
Merge pull request #14 from deathbybandaid/dev
Update Credentials Check logic
This commit is contained in:
commit
505530b7f3
@ -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