freqtradebot,main,hyperopt: fstrings in use

This commit is contained in:
Samuel Husso
2018-07-05 10:11:29 -05:00
parent 03c112a601
commit 7dca3c6d03
3 changed files with 18 additions and 25 deletions
+1 -4
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