We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec4e7f7 commit 4d0e3c3Copy full SHA for 4d0e3c3
socketsecurity/__init__.py
@@ -1,2 +1,2 @@
1
__author__ = 'socket.dev'
2
-__version__ = '2.0.14'
+__version__ = '2.0.15'
socketsecurity/socketcli.py
@@ -71,6 +71,7 @@ def main_code():
71
)
72
log.debug("loaded socket_config")
73
client = CliClient(socket_config)
74
+ sdk.api.api_url = socket_config.api_url
75
log.debug("loaded client")
76
core = Core(socket_config, sdk)
77
log.debug("loaded core")
0 commit comments