Skip to content
This repository has been archived by the owner on Nov 25, 2021. It is now read-only.

Commit

Permalink
[Update] swagger v_0_2_10.txt -> v_0_2_11.txt
Browse files Browse the repository at this point in the history
change swagger document version: v_0_2_10.txt -> v_0_2_11.txt at bybit.py
  • Loading branch information
uJhin authored Mar 19, 2021
1 parent 47f3b34 commit b531237
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit b531237

Please sign in to comment.