Don't be too insistent when checking PMS connection

This commit is contained in:
tomkat83 2016-12-17 13:08:21 +01:00
parent 202a795175
commit c51a2dfbaf

View file

@ -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,