mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 10:21:59 +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
|
||||
config = setup_configuration(args, RunMode.OTHER)
|
||||
_ = setup_configuration(args, RunMode.OTHER)
|
||||
|
||||
logger.debug('Starting freqtrade in cli-util mode')
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user