Skip to content

Commit 6eb9cdd

Browse files
committed
fix(core): change scheme from http to https
1 parent 002be1f commit 6eb9cdd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

volcenginesdkcore/configuration.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ def __init__(self):
6666
self.use_dual_stack = None
6767

6868
# Scheme Support http or https
69-
self.scheme = "http"
69+
self.scheme = "https"
7070
# Temp file folder for downloading files
7171
self.temp_folder_path = None
7272

@@ -257,5 +257,5 @@ def to_debug_report(self):
257257
"OS: {env}\n" \
258258
"Python Version: {pyversion}\n" \
259259
"Version of the API: 0.1.0\n" \
260-
"SDK Package Version: 1.1.6".\
260+
"SDK Package Version: 1.1.6". \
261261
format(env=sys.platform, pyversion=sys.version)

0 commit comments

Comments
 (0)