diff --git a/freqtrade/rpc/telegram.py b/freqtrade/rpc/telegram.py index a1dd76b44..4c98f3fa3 100644 --- a/freqtrade/rpc/telegram.py +++ b/freqtrade/rpc/telegram.py @@ -364,7 +364,7 @@ class Telegram(RPCHandler): self._send_msg(str(e)) @authorized_only - def _status_table(self, *_) -> None: + def _status_table(self, update: Update, context: CallbackContext) -> None: """ Handler for /status table. Returns the current TradeThread status in table format