Skip to content
This repository was archived by the owner on Nov 25, 2021. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion official-http/python/bybit.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def bybit(test=True, config=None, api_key=None, api_secret=None):
'host': host
} if not config else config

spec_uri = urljoin(host, "/doc/swagger/v_0_2_10.txt")
spec_uri = urljoin(host, "/doc/swagger/v_0_2_11.txt")

if api_key and api_secret:
request_client = RequestsClient()
Expand Down