Merge pull request #3405 from freqtrade/remove_internals_ref

Disabledataframecheck is not in internals and does not belong there
This commit is contained in:
hroff-1902 2020-05-30 22:02:49 +03:00 committed by GitHub
commit 96aab86e45
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ class StrategyResolver(IResolver):
("use_sell_signal", True, 'ask_strategy'),
("sell_profit_only", False, 'ask_strategy'),
("ignore_roi_if_buy_signal", False, 'ask_strategy'),
("disable_dataframe_checks", False, 'internals')
("disable_dataframe_checks", False, None),
]
for attribute, default, subkey in attributes:
if subkey: