remove(magnet): 删除磁力链接相关功能模块
- 移除 magnet_bp 蓝图及其路由配置 - 删除 app/__init__.py 中的 magnet_bp 导入和注册 - 移除 app/services/magnet_service.py 服务文件 - 从 requirements.txt 中删除 libtorrent 依赖 - 保留 Flask-CORS 但移除其他无关依赖项位置调整
This commit is contained in:
@@ -1,9 +0,0 @@
|
||||
import requests
|
||||
|
||||
|
||||
class MagnetService:
|
||||
def __init__(self):
|
||||
pass
|
||||
|
||||
def to_torrent(self):
|
||||
pass
|
||||
Reference in New Issue
Block a user