Use False instead of 0.
This commit is contained in:
parent
62a103b2fc
commit
132e0e824b
|
@ -451,7 +451,7 @@ class ThreadingMixIn:
|
||||||
|
|
||||||
# Decides how threads will act upon termination of the
|
# Decides how threads will act upon termination of the
|
||||||
# main process
|
# main process
|
||||||
daemon_threads = 0
|
daemon_threads = False
|
||||||
|
|
||||||
def process_request_thread(self, request, client_address):
|
def process_request_thread(self, request, client_address):
|
||||||
"""Same as in BaseServer but as a thread.
|
"""Same as in BaseServer but as a thread.
|
||||||
|
|
Loading…
Reference in New Issue