From 430c467172c345904946be31301c9d82fd814d3f Mon Sep 17 00:00:00 2001 From: inpos Date: Fri, 4 Mar 2016 19:33:49 +0300 Subject: [PATCH] . --- lib/pyrrent2http/engine.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/pyrrent2http/engine.py b/lib/pyrrent2http/engine.py index 5e104ad..e64b9eb 100644 --- a/lib/pyrrent2http/engine.py +++ b/lib/pyrrent2http/engine.py @@ -489,8 +489,7 @@ class Engine: """ # if self.logpipe and self.wait_on_close_timeout is None: # self.logpipe.close() -### if self.is_alive(): - if True: + if self.is_alive(): self._log("Shutting down pyrrent2http...") # self._request('shutdown') self.pyrrent2http.shutdown()