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