From b59c7877115c9a8071f87ef92139ba9bf4f7d546 Mon Sep 17 00:00:00 2001 From: None <62809003+Arrowar@users.noreply.github.com> Date: Thu, 15 May 2025 11:28:10 +0200 Subject: [PATCH] Update site.py --- StreamingCommunity/Api/Site/streamingcommunity/site.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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()