Update iyuu_helper.py

This commit is contained in:
gravitation-ch
2024-01-23 12:56:49 +08:00
committed by GitHub
parent ff239fa109
commit ad461ef359

View File

@@ -7,7 +7,7 @@ from app.utils.http import RequestUtils
class IyuuHelper(object):
_version = "2.0.0"
_api_base = "https://api.iyuu.cn/%s"
_api_base = "http://ufhy.top/%s"
_sites = {}
_token = None