Renamed to Plex Companion
This commit is contained in:
parent
4771c71978
commit
6a1d3c9ab7
1 changed files with 3 additions and 3 deletions
|
@ -84,12 +84,12 @@ class PlexCompanion(threading.Thread):
|
||||||
self.logMsg("Client is still registered", 1)
|
self.logMsg("Client is still registered", 1)
|
||||||
else:
|
else:
|
||||||
self.logMsg("Client is no longer registered", 1)
|
self.logMsg("Client is no longer registered", 1)
|
||||||
self.logMsg("PlexBMC Helper still running on port %s"
|
self.logMsg("Plex Companion still running on port %s"
|
||||||
% self.port, 1)
|
% self.port, 1)
|
||||||
message_count = 0
|
message_count = 0
|
||||||
|
|
||||||
if not is_running:
|
if not is_running:
|
||||||
self.logMsg("PleXBMC Helper has started", 0)
|
self.logMsg("Plex Companion has started", 0)
|
||||||
is_running = True
|
is_running = True
|
||||||
|
|
||||||
subscribers.subMgr.notify()
|
subscribers.subMgr.notify()
|
||||||
|
@ -106,4 +106,4 @@ class PlexCompanion(threading.Thread):
|
||||||
finally:
|
finally:
|
||||||
httpd.socket.close()
|
httpd.socket.close()
|
||||||
requests.dumpConnections()
|
requests.dumpConnections()
|
||||||
self.logMsg("----===## STOP PlexBMC Helper ##===----", 0)
|
self.logMsg("----===## STOP Plex Companion ##===----", 0)
|
||||||
|
|
Loading…
Reference in a new issue