add 事件广播
This commit is contained in:
@ -11,7 +11,7 @@ from app.modules.indexer.spider import TorrentSpider
|
||||
from app.modules.indexer.tnode import TNodeSpider
|
||||
from app.modules.indexer.torrentleech import TorrentLeech
|
||||
from app.utils.string import StringUtils
|
||||
from app.utils.types import MediaType
|
||||
from app.schemas.types import MediaType
|
||||
|
||||
|
||||
class IndexerModule(_ModuleBase):
|
||||
|
@ -14,7 +14,7 @@ from app.helper.browser import PlaywrightHelper
|
||||
from app.log import logger
|
||||
from app.utils.http import RequestUtils
|
||||
from app.utils.string import StringUtils
|
||||
from app.utils.types import MediaType
|
||||
from app.schemas.types import MediaType
|
||||
|
||||
|
||||
class TorrentSpider:
|
||||
|
Reference in New Issue
Block a user