This commit is contained in:
Anas Tayyar 2024-03-11 18:55:05 +02:00 committed by GitHub
parent 86f66f1d05
commit 5be87b4232
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -61,7 +61,7 @@ async def sendFile(message, file, caption=None):
async def sendRss(text):
try:
app = user if user else bot:
app = user if user else bot
return await app.send_message(
chat_id=config_dict["RSS_CHAT"],
text=text,