Spaces:
Running
Running
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 |
-
|
70 |
-
|
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
|
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 |
"""
|