diff --git a/StreamingCommunity/Api/Site/streamingcommunity/site.py b/StreamingCommunity/Api/Site/streamingcommunity/site.py index 48bb768..2b58043 100644 --- a/StreamingCommunity/Api/Site/streamingcommunity/site.py +++ b/StreamingCommunity/Api/Site/streamingcommunity/site.py @@ -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() \ No newline at end of file + return media_search_manager.get_length()