BinaryONe
commited on
Commit
·
c9f25dc
1
Parent(s):
fe81aca
Image Enhancement
Browse files
FileStream/bot/plugins/FileHandlers/stream.py
CHANGED
@@ -76,7 +76,7 @@ async def private_receive_handler(bot: Client, message: Message):
|
|
76 |
file_info=get_file_info(message, instruction)
|
77 |
#This Will give a option to Public Private and temporary Upload
|
78 |
reply_markup,stream_text, poster = await upload_type_func(get_file_info(message, instruction),reply)
|
79 |
-
print("Response at Upload_type_func:",response)
|
80 |
if poster == "None":
|
81 |
await reply.edit_text(text=stream_text,
|
82 |
parse_mode=ParseMode.HTML,
|
|
|
76 |
file_info=get_file_info(message, instruction)
|
77 |
#This Will give a option to Public Private and temporary Upload
|
78 |
reply_markup,stream_text, poster = await upload_type_func(get_file_info(message, instruction),reply)
|
79 |
+
#print("Response at Upload_type_func:",response)
|
80 |
if poster == "None":
|
81 |
await reply.edit_text(text=stream_text,
|
82 |
parse_mode=ParseMode.HTML,
|