Less Plex Companion logging
This commit is contained in:
parent
ba8c80f61d
commit
f23fdb1c9c
1 changed files with 1 additions and 2 deletions
|
@ -150,8 +150,7 @@ class plexgdm:
|
|||
except:
|
||||
self.logMsg("Unable to send client update message", -1)
|
||||
|
||||
self.logMsg("Sending registration data: HTTP/1.0 200 OK"
|
||||
"\r\n%s" % self.client_data, 2)
|
||||
self.logMsg("Sending registration data HTTP/1.0 200 OK", 2)
|
||||
self.client_registered = True
|
||||
sleep(500)
|
||||
|
||||
|
|
Loading…
Reference in a new issue