BinaryONe commited on
Commit
0e8b818
Β·
1 Parent(s): 1bcafde

changes In Upload

Browse files
FileStream/bot/plugins/FileHandlers/stream.py CHANGED
@@ -66,9 +66,8 @@ async def private_receive_handler(bot: Client, message: Message):
66
 
67
  reply_markup, stream_text = await upload_type_func(file_info=get_file_info(message, instruction),replied_message=reply.id)
68
  await reply.edit_text(text=stream_text,
69
- no_webpage=True,
70
- reply_markup=reply_markup,
71
- )
72
  except FloodWait as e:
73
  print(f"Sleeping for {str(e.value)}s")
74
  await asyncio.sleep(e.value)
 
66
 
67
  reply_markup, stream_text = await upload_type_func(file_info=get_file_info(message, instruction),replied_message=reply.id)
68
  await reply.edit_text(text=stream_text,
69
+ reply_markup=reply_markup,
70
+ )
 
71
  except FloodWait as e:
72
  print(f"Sleeping for {str(e.value)}s")
73
  await asyncio.sleep(e.value)
FileStream/utils/FileProcessors/translation.py CHANGED
@@ -27,7 +27,7 @@ class LANG(object):
27
  \n
28
  """
29
  PROCESSING_TEXT = """
30
- <i><u>π—£π—Ώπ—Όπ—°π—²π˜€π˜€π—Άπ—»π—΄ π—¬π—Όπ˜‚π—Ώ π—₯π—²π—Ύπ˜‚π—²π˜€π˜...</u></i>\n
31
  <b>⏳ PʀᴏᴄᴇssΙͺΙ΄Ι’ :</b> πŸ“¦ \n
32
  <b>πŸ”„ PΚŸα΄‡α΄€sᴇ α΄‘α΄€Ιͺα΄›...</b>\n
33
  """
 
27
  \n
28
  """
29
  PROCESSING_TEXT = """
30
+ <i>π—£π—Ώπ—Όπ—°π—²π˜€π˜€π—Άπ—»π—΄ π—¬π—Όπ˜‚π—Ώ π—₯π—²π—Ύπ˜‚π—²π˜€π˜...</i>\n
31
  <b>⏳ PʀᴏᴄᴇssΙͺΙ΄Ι’ :</b> πŸ“¦ \n
32
  <b>πŸ”„ PΚŸα΄‡α΄€sᴇ α΄‘α΄€Ιͺα΄›...</b>\n
33
  """