mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 18:23:55 +00:00
make flake happy
This commit is contained in:
parent
9c64965808
commit
8df40a6ff9
|
@ -34,7 +34,7 @@ def start_list_exchanges(args: Namespace) -> None:
|
||||||
"""
|
"""
|
||||||
|
|
||||||
# Initialize configuration
|
# Initialize configuration
|
||||||
config = setup_configuration(args, RunMode.OTHER)
|
_ = setup_configuration(args, RunMode.OTHER)
|
||||||
|
|
||||||
logger.debug('Starting freqtrade in cli-util mode')
|
logger.debug('Starting freqtrade in cli-util mode')
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user