Compare commits

..
1 Commits
Author SHA1 Message Date
fredfortierandVictor Grau Serrat ad2d0e9253 Fixed path issue with obsolete branch 2017-09-07 13:26:09 -06:00
+2 -1
View File
@@ -8,8 +8,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):