flake 8 fixes

This commit is contained in:
axel
2021-08-03 16:25:18 -04:00
parent 53fb8b05e7
commit 00939b63f2
3 changed files with 7 additions and 6 deletions

View File

@@ -483,7 +483,7 @@ class FreqtradeBot(LoggingMixin):
if self.config.get('use_custom_entry_price', False):
buy_rate = self.exchange.get_rate(pair, refresh=True, side="buy")
custom_entry_price = strategy_safe_wrapper(self.strategy.custom_entry_price,
default_retval=stake_amount)(
default_retval=stake_amount)(
pair=pair, current_time=datetime.now(timezone.utc),
current_rate=buy_rate)