From 6e4ca01e2cc4a7752bb9ee0397dc054d1117affd Mon Sep 17 00:00:00 2001 From: robo-bo Date: Wed, 31 Aug 2022 16:43:51 +0300 Subject: [PATCH] f --- Sources/pyOpenRPA/Orchestrator/Server.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/pyOpenRPA/Orchestrator/Server.py b/Sources/pyOpenRPA/Orchestrator/Server.py index b4592a87..6e33d483 100644 --- a/Sources/pyOpenRPA/Orchestrator/Server.py +++ b/Sources/pyOpenRPA/Orchestrator/Server.py @@ -433,7 +433,7 @@ class testHTTPServer_RequestHandler(BaseHTTPRequestHandler): try: global gSettingsDict self.timeout=gSettingsDict["ServerDict"]["RequestTimeoutSecFloat"] - self.settimeout(gSettingsDict["ServerDict"]["RequestTimeoutSecFloat"]) + self.request.settimeout(gSettingsDict["ServerDict"]["RequestTimeoutSecFloat"]) threading.current_thread().request = self self.OpenRPA = {} self.OpenRPA["AuthToken"] = None