freqtradebot,main,hyperopt: fstrings in use

This commit is contained in:
Samuel Husso
2018-06-14 08:52:13 +03:00
parent 03c112a601
commit 7dca3c6d03
3 changed files with 18 additions and 25 deletions

View File

@@ -74,10 +74,7 @@ def reconfigure(freqtrade: FreqtradeBot, args: Namespace) -> FreqtradeBot:
# Create new instance
freqtrade = FreqtradeBot(Configuration(args).get_config())
freqtrade.rpc.send_msg(
'*Status:* `Config reloaded ...`'.format(
freqtrade.state.name.lower()
)
)
'*Status:* `Config reloaded {freqtrade.state.name.lower()}...`')
return freqtrade