Update telegram.py

This commit is contained in:
Kamontat Chantrachirathumrong 2021-05-26 16:42:15 +07:00 committed by GitHub
parent 4fc84d4910
commit 6b50f07c67
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -364,7 +364,7 @@ class Telegram(RPCHandler):
self._send_msg(str(e)) self._send_msg(str(e))
@authorized_only @authorized_only
def _status_table(self, *_) -> None: def _status_table(self, update: Update, context: CallbackContext) -> None:
""" """
Handler for /status table. Handler for /status table.
Returns the current TradeThread status in table format Returns the current TradeThread status in table format