Skip to content

Commit 4d0e3c3

Browse files
committed
Fixed the ability to override the API URL for Socket Requests
1 parent ec4e7f7 commit 4d0e3c3

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

socketsecurity/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
__author__ = 'socket.dev'
2-
__version__ = '2.0.14'
2+
__version__ = '2.0.15'

socketsecurity/socketcli.py

+1
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ def main_code():
7171
)
7272
log.debug("loaded socket_config")
7373
client = CliClient(socket_config)
74+
sdk.api.api_url = socket_config.api_url
7475
log.debug("loaded client")
7576
core = Core(socket_config, sdk)
7677
log.debug("loaded core")

0 commit comments

Comments
 (0)