mirror of
https://github.com/d0zingcat/MoviePilot-Plugins.git
synced 2026-06-09 15:10:39 +00:00
fix
This commit is contained in:
@@ -3,7 +3,6 @@ import json
|
|||||||
import time
|
import time
|
||||||
from typing import Tuple, Optional
|
from typing import Tuple, Optional
|
||||||
|
|
||||||
from app.log import logger
|
|
||||||
from app.utils.http import RequestUtils
|
from app.utils.http import RequestUtils
|
||||||
|
|
||||||
|
|
||||||
@@ -29,7 +28,6 @@ class IyuuHelper(object):
|
|||||||
"""
|
"""
|
||||||
向IYUUApi发送请求
|
向IYUUApi发送请求
|
||||||
"""
|
"""
|
||||||
ret = None
|
|
||||||
if method == "post":
|
if method == "post":
|
||||||
ret = RequestUtils(
|
ret = RequestUtils(
|
||||||
accept_type="application/json",
|
accept_type="application/json",
|
||||||
|
|||||||
Reference in New Issue
Block a user