Fixed path issue with obsolete branch

This commit is contained in:
fredfortier
2017-09-07 14:26:55 -04:00
parent 6e6c62533b
commit 8850657f26
+2 -1
View File
@@ -9,8 +9,9 @@ from catalyst.exchange.exchange_errors import ExchangeAuthNotFound, \
ExchangeSymbolsNotFound
from catalyst.utils.paths import data_root, ensure_directory
# TODO: move to aws
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):