Skip to content

Commit

Permalink
coingecko pro support
Browse files Browse the repository at this point in the history
  • Loading branch information
0xtakamaka committed Oct 13, 2021
1 parent e2fece0 commit 54e9d7d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pycoingecko/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ def __init__(self, api_base_url=__API_URL_BASE, api_key: str = ''):
self.request_timeout = 120

self.session = requests.Session()

retries = Retry(total=5, backoff_factor=0.5, status_forcelist=[502, 503, 504])
self.session.mount('http://', HTTPAdapter(max_retries=retries))

Expand Down

0 comments on commit 54e9d7d

Please sign in to comment.