Update site.py

This commit is contained in:
None 2025-05-15 11:28:10 +02:00 committed by l1n00
parent 633130c28c
commit b59c787711

View File

@ -4,7 +4,6 @@ import json
# External libraries
import json
import httpx
from bs4 import BeautifulSoup
from rich.console import Console
@ -121,4 +120,4 @@ def title_search(query: str, proxy: str) -> int:
bot.send_message(f"Lista dei risultati:", choices)
# Return the number of titles found
return media_search_manager.get_length()
return media_search_manager.get_length()