Update BadRequest
This commit is contained in:
parent
edaf5abe50
commit
5782e80824
@ -33,7 +33,8 @@ INSTALL_SPEEDTEST: str = f"""wget -qO- "{SPEEDTEST_URL}" | tar zx -C ./data spee
|
|||||||
SPEEDTEST_RUN: str = f'{SPEEDTEST_PATH_FILE} --accept-license --accept-gdpr -f json'
|
SPEEDTEST_RUN: str = f'{SPEEDTEST_PATH_FILE} --accept-license --accept-gdpr -f json'
|
||||||
|
|
||||||
# ------------- sticker --------------
|
# ------------- sticker --------------
|
||||||
STICKER_BOT: int = 429000
|
# STICKER_BOT: int = 429000
|
||||||
|
STICKER_BOT: str = "@Stickers"
|
||||||
STICKER_IMG: str = './data/img/tmp.png'
|
STICKER_IMG: str = './data/img/tmp.png'
|
||||||
STICKER_DESCRIP: str = b'A Telegram user has created the Sticker\xc2\xa0Set.'.decode(
|
STICKER_DESCRIP: str = b'A Telegram user has created the Sticker\xc2\xa0Set.'.decode(
|
||||||
'utf-8')
|
'utf-8')
|
||||||
|
Loading…
Reference in New Issue
Block a user