mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 18:23:55 +00:00
Update telegram.py
This commit is contained in:
parent
21d3635e8d
commit
54d0ac9d20
|
@ -12,7 +12,7 @@ from typing import Any, Callable, Dict, List, Union
|
|||
import arrow
|
||||
from tabulate import tabulate
|
||||
from telegram import KeyboardButton, ParseMode, ReplyKeyboardMarkup, Update, InlineKeyboardButton, InlineKeyboardMarkup
|
||||
from telegram.error import NetworkError, TelegramError
|
||||
from telegram.error import NetworkError, TelegramError, BadRequest
|
||||
from telegram.ext import CallbackContext, CommandHandler, Updater, CallbackQueryHandler
|
||||
from telegram.utils.helpers import escape_markdown
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user