privateone commited on
Commit
b3c29bc
·
verified ·
1 Parent(s): dc5e4a8

Update FileStream/utils/FileProcessors/bot_utils.py

Browse files
FileStream/utils/FileProcessors/bot_utils.py CHANGED
@@ -194,7 +194,7 @@ async def gen_link(_id):
194
  InlineKeyboardButton("ʀᴇᴠᴏᴋᴇ ғɪʟᴇ",callback_data=f"msgdelpvt_{_id}")
195
  ], [InlineKeyboardButton("ᴄʟᴏsᴇ", callback_data="close")]
196
  ])
197
- return {"reply_markup": reply_markup, "stream_text": stream_text, "poster": urllib.parse.urlencode(poster) }
198
 
199
 
200
  #---------------------[ GEN STREAM LINKS FOR CHANNEL ]---------------------#
 
194
  InlineKeyboardButton("ʀᴇᴠᴏᴋᴇ ғɪʟᴇ",callback_data=f"msgdelpvt_{_id}")
195
  ], [InlineKeyboardButton("ᴄʟᴏsᴇ", callback_data="close")]
196
  ])
197
+ return {"reply_markup": reply_markup, "stream_text": stream_text, "poster": poster }
198
 
199
 
200
  #---------------------[ GEN STREAM LINKS FOR CHANNEL ]---------------------#