Skip to content

Commit

Permalink
version=None by default in Python ccxt#126
Browse files Browse the repository at this point in the history
  • Loading branch information
kroitor committed Aug 20, 2017
1 parent ec634ac commit 97dcc20
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ccxt.py
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,7 @@ class ExchangeNotAvailable (NetworkError): pass
class Exchange (object):

id = None
version = None
rateLimit = 2000 # milliseconds = seconds * 1000
timeout = 10000 # milliseconds = seconds * 1000
asyncio_loop = None
Expand Down

0 comments on commit 97dcc20

Please sign in to comment.