diff --git a/freqtrade/constants.py b/freqtrade/constants.py index 996e39499..4a28fe90e 100644 --- a/freqtrade/constants.py +++ b/freqtrade/constants.py @@ -5,6 +5,7 @@ bot constants """ from typing import List, Tuple + DEFAULT_CONFIG = 'config.json' DEFAULT_EXCHANGE = 'bittrex' PROCESS_THROTTLE_SECS = 5 # sec