mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-12 16:22:57 -07:00
Update cherrypy-18.6.1
This commit is contained in:
parent
b3ae6bd695
commit
ebffd124f6
57 changed files with 1269 additions and 1509 deletions
|
@ -178,7 +178,7 @@ class ServerAdapter(object):
|
|||
|
||||
import threading
|
||||
t = threading.Thread(target=self._start_http_thread)
|
||||
t.setName('HTTPServer ' + t.getName())
|
||||
t.name = 'HTTPServer ' + t.name
|
||||
t.start()
|
||||
|
||||
self.wait()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue