mirror of
https://github.com/KeksPirates/SoftwareManager.git
synced 2026-08-04 09:59:41 +02:00
refactor: update import paths and reorganize utility modules
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import requests
|
||||
from ..utils.state import state
|
||||
from core.utils.state import state
|
||||
|
||||
|
||||
def scrape_rutracker(search_text):
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user