Fix issue #248: missing configuration when executing /forcesell

This is not a beautiful workaround, I am not proud of it,
but a redesigning of main.py and telegram.py will be
necessary for a better integration. Any better solution
is welcome.
This commit is contained in:
Gerald Lonlas
2017-12-29 19:52:55 -08:00
parent 9f5f0ddaaa
commit c8c8c626b0
4 changed files with 131 additions and 16 deletions

View File

@@ -280,6 +280,7 @@ CONF_SCHEMA = {
'max_open_trades',
'stake_currency',
'stake_amount',
'fiat_display_currency',
'dry_run',
'minimal_roi',
'bid_strategy',