fixed flake8 issues on /help output

This commit is contained in:
Yazeed Al Oyoun 2020-02-12 21:51:58 +01:00
parent f6db784a85
commit 2e3b8cdba7

View File

@ -561,8 +561,8 @@ class Telegram(RPC):
"*/stop:* `Stops the trader`\n" \ "*/stop:* `Stops the trader`\n" \
"*/status [table]:* `Lists all open trades`\n" \ "*/status [table]:* `Lists all open trades`\n" \
" *table :* `will display trades in a table`\n" \ " *table :* `will display trades in a table`\n" \
" pending buy orders are marked with an asterisk (*)\n" " pending buy orders are marked with an asterisk (*)\n" \
" pending sell orders are marked with a double asterisk (**)\n" \ " pending sell orders are marked with a double asterisk (**)\n" \
"*/profit:* `Lists cumulative profit from all finished trades`\n" \ "*/profit:* `Lists cumulative profit from all finished trades`\n" \
"*/forcesell <trade_id>|all:* `Instantly sells the given trade or all trades, " \ "*/forcesell <trade_id>|all:* `Instantly sells the given trade or all trades, " \
"regardless of profit`\n" \ "regardless of profit`\n" \