This commit is contained in:
jxxghp
2024-05-19 15:35:40 +08:00
parent 76c0002162
commit 1dfd88cb04

View File

@@ -3,7 +3,6 @@ import json
import time
from typing import Tuple, Optional
from app.log import logger
from app.utils.http import RequestUtils
@@ -29,7 +28,6 @@ class IyuuHelper(object):
"""
向IYUUApi发送请求
"""
ret = None
if method == "post":
ret = RequestUtils(
accept_type="application/json",