Loading searx/poolrequests.py +2 −2 Original line number Diff line number Diff line Loading @@ -122,7 +122,7 @@ def request(method, url, **kwargs): # session end session.close() # if hasattr(threadLocal, 'total_time'): threadLocal.total_time += time_after_request - time_before_request return response Loading Loading
searx/poolrequests.py +2 −2 Original line number Diff line number Diff line Loading @@ -122,7 +122,7 @@ def request(method, url, **kwargs): # session end session.close() # if hasattr(threadLocal, 'total_time'): threadLocal.total_time += time_after_request - time_before_request return response Loading