From b531237b28adde03b1a5c21a2d60a7eac0a359cd Mon Sep 17 00:00:00 2001 From: Yu Jhin <73587140+uJhin@users.noreply.github.com> Date: Fri, 19 Mar 2021 13:58:23 +0900 Subject: [PATCH] [Update] swagger v_0_2_10.txt -> v_0_2_11.txt change swagger document version: v_0_2_10.txt -> v_0_2_11.txt at bybit.py --- official-http/python/bybit.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/official-http/python/bybit.py b/official-http/python/bybit.py index 9d58096e..5254163d 100644 --- a/official-http/python/bybit.py +++ b/official-http/python/bybit.py @@ -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()