Don't be too insistent when checking PMS connection
This commit is contained in:
parent
202a795175
commit
c51a2dfbaf
1 changed files with 1 additions and 1 deletions
|
@ -293,7 +293,7 @@ class PlexAPI():
|
|||
% (url, verifySSL))
|
||||
# Check up to 3 times before giving up
|
||||
count = 0
|
||||
while count < 3:
|
||||
while count < 1:
|
||||
answer = self.doUtils(url,
|
||||
authenticate=False,
|
||||
headerOptions=headerOptions,
|
||||
|
|
Loading…
Reference in a new issue