Skip to content

Commit

Permalink
Merge pull request #38 from kefengxu/patch-9
Browse files Browse the repository at this point in the history
Update Client.py
  • Loading branch information
gateio authored Aug 28, 2019
2 parents b968e69 + ce13de9 commit 09e3cb7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/Client.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@

## Provide constants

API_QUERY_URL = 'data.gateio.io'
API_TRADE_URL = 'api.gateio.io'
API_QUERY_URL = 'data.gateio.co'
API_TRADE_URL = 'api.gateio.co'

## Create a gate class instance

Expand Down

0 comments on commit 09e3cb7

Please sign in to comment.