From c2f3e00d99730d09ed9ee03a695030984ba6c608 Mon Sep 17 00:00:00 2001 From: fredfortier Date: Mon, 27 Nov 2017 17:27:43 -0500 Subject: [PATCH] BUG: Adding back missing constants --- catalyst/constants.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/catalyst/constants.py b/catalyst/constants.py index 1793257e..35e1f727 100644 --- a/catalyst/constants.py +++ b/catalyst/constants.py @@ -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 \ No newline at end of file