updated command in Telegram

pull/231/head
Yariv Menachem 2024-12-29 11:10:17 +02:00
parent 6b6b55f87b
commit 61cb80839c
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ if __name__ == "__main__":
locations=locations,
title_filters=title_filters,
search_term=search_term)
application.add_handler(CommandHandler("findAll", tg_handler_all.handle))
application.add_handler(CommandHandler("find", tg_handler_all.handle))
# Goozali
tg_handler_goozali = TelegramDefaultHandler(sites=[Site.GOOZALI],
locations=locations,