Increase logging
This commit is contained in:
parent
fb3f1d4669
commit
bb88c24e11
1 changed files with 3 additions and 0 deletions
|
@ -117,6 +117,7 @@ class InitialSetup(object):
|
||||||
|
|
||||||
Returns True if successful, or False if not
|
Returns True if successful, or False if not
|
||||||
"""
|
"""
|
||||||
|
LOG.info('Showing plex.tv sign in window')
|
||||||
user = plex_tv.sign_in_with_pin()
|
user = plex_tv.sign_in_with_pin()
|
||||||
if user:
|
if user:
|
||||||
self.plex_login = user.username
|
self.plex_login = user.username
|
||||||
|
@ -514,6 +515,8 @@ class InitialSetup(object):
|
||||||
if reboot is True:
|
if reboot is True:
|
||||||
utils.reboot_kodi()
|
utils.reboot_kodi()
|
||||||
return
|
return
|
||||||
|
else:
|
||||||
|
LOG.info('No PMS set yet')
|
||||||
|
|
||||||
# If not already retrieved myplex info, optionally let user sign in
|
# If not already retrieved myplex info, optionally let user sign in
|
||||||
# to plex.tv. This DOES get called on very first install run
|
# to plex.tv. This DOES get called on very first install run
|
||||||
|
|
Loading…
Reference in a new issue