去除无用的行

This commit is contained in:
Leo 2020-07-17 01:14:27 +08:00 committed by GitHub
parent fe68e0b1fd
commit a821b1433f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -92,7 +92,6 @@ async def sticker(context):
if " A <strong>Telegram</strong> user has created the <strong>Sticker&nbsp;Set</strong>." not in \
http_response:
conversation = ''
for i in range(0,10): # 最多重试100次
try:
async with bot.conversation('Stickers') as conversation: