Skip to content

Commit 9cdc2db

Browse files
committed
Fix issue detecting correct https config
1 parent e93b2ab commit 9cdc2db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

polyaxon_client/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def __init__(self,
2929
port=None,
3030
http_port=None,
3131
ws_port=None,
32-
use_https=False,
32+
use_https=None,
3333
verify_ssl=None,
3434
is_managed=None,
3535
authentication_type=None,

0 commit comments

Comments
 (0)