refactor: update import paths and reorganize utility modules

This commit is contained in:
Vxrtrauter
2025-10-09 15:21:15 +02:00
parent 1f4fbb845a
commit 171a61b8ae
6 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
import requests
from ..utils.state import state
from core.utils.state import state
def scrape_rutracker(search_text):
+1 -1
View File
@@ -2,7 +2,7 @@ import requests
import asyncio
import aiohttp
from bs4 import BeautifulSoup
from ..utils.state import state
from core.utils.state import state
global url_uztracker