mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-10 23:46:00 -06:00
#4518 Set grpc.enable_http_proxy=False in Python client code
This commit is contained in:
parent
2971c74c2e
commit
d6d1ebd25d
@ -114,7 +114,7 @@ class Instance:
|
||||
logging.basicConfig()
|
||||
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
|
||||
|
||||
# Main version check package
|
||||
|
Loading…
Reference in New Issue
Block a user