mirror of
https://github.com/wassname/catalyst.git
synced 2026-08-07 11:20:19 +08:00
Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ad2d0e9253 |
@@ -8,8 +8,9 @@ from catalyst.exchange.exchange_errors import ExchangeAuthNotFound, \
|
|||||||
ExchangeSymbolsNotFound
|
ExchangeSymbolsNotFound
|
||||||
from catalyst.utils.paths import data_root, ensure_directory
|
from catalyst.utils.paths import data_root, ensure_directory
|
||||||
|
|
||||||
|
# TODO: move to aws
|
||||||
SYMBOLS_URL = 'https://raw.githubusercontent.com/enigmampc/catalyst/' \
|
SYMBOLS_URL = 'https://raw.githubusercontent.com/enigmampc/catalyst/' \
|
||||||
'exchange-trading/catalyst/exchange/{exchange}/symbols.json'
|
'master/catalyst/exchange/{exchange}/symbols.json'
|
||||||
|
|
||||||
|
|
||||||
def get_exchange_folder(exchange_name, environ=None):
|
def get_exchange_folder(exchange_name, environ=None):
|
||||||
|
|||||||
Reference in New Issue
Block a user