mirror of
https://github.com/wassname/catalyst.git
synced 2026-07-12 06:00:18 +08:00
BUG: Adding back missing constants
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user