mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#4518 Set grpc.enable_http_proxy=False in Python client code
This commit is contained in:
@@ -114,7 +114,7 @@ class Instance:
|
|||||||
logging.basicConfig()
|
logging.basicConfig()
|
||||||
location = "localhost:" + str(port)
|
location = "localhost:" + str(port)
|
||||||
|
|
||||||
self.channel = grpc.insecure_channel(location)
|
self.channel = grpc.insecure_channel(location, options=[('grpc.enable_http_proxy', False)])
|
||||||
self.launched = launched
|
self.launched = launched
|
||||||
|
|
||||||
# Main version check package
|
# Main version check package
|
||||||
|
|||||||
Reference in New Issue
Block a user