BinaryONe commited on
Commit
d2be74d
·
1 Parent(s): a04a5be

Polls Update

Browse files
FileStream/bot/plugins/FileHandlers/polls.py CHANGED
@@ -24,7 +24,7 @@ async def get_result(FileStream , message):
24
  main_msg= await FileStream.get_messages(user_id, msg_id)
25
  #reply = await message.reply_text(LANG.PROCESSING_TEXT)
26
  reply_markup, stream_text = await upload_type_func(file_info=get_file_info(main_msg, instruction),replied_message=message.id)
27
- await update.message.edit_text(
28
  text=stream_text,
29
  parse_mode=ParseMode.HTML,
30
  disable_web_page_preview=True,
 
24
  main_msg= await FileStream.get_messages(user_id, msg_id)
25
  #reply = await message.reply_text(LANG.PROCESSING_TEXT)
26
  reply_markup, stream_text = await upload_type_func(file_info=get_file_info(main_msg, instruction),replied_message=message.id)
27
+ await message.edit_text(
28
  text=stream_text,
29
  parse_mode=ParseMode.HTML,
30
  disable_web_page_preview=True,