BUG: Adding back missing constants

This commit is contained in:
fredfortier
2017-11-27 17:27:43 -05:00
parent 292fe66d3f
commit c2f3e00d99
+4
View File
@@ -9,6 +9,10 @@ import logbook
'''
LOG_LEVEL = int(os.environ.get('CATALYST_LOG_LEVEL', logbook.INFO))
SYMBOLS_URL = 'https://s3.amazonaws.com/enigmaco/catalyst-exchanges/' \
'{exchange}/symbols.json'
DATE_TIME_FORMAT = '%Y-%m-%d %H:%M'
DATE_FORMAT = '%Y-%m-%d'
AUTO_INGEST = False