Archived
1
0
Fork 0
This commit is contained in:
yzhh 2023-04-05 12:34:03 +08:00
commit 50bde94205

View file

@ -9,7 +9,7 @@ from core.utils.http import get_url
from .teahouse import get_rss as get_teahouse_rss
async def get_weekly(with_img=False):
async def get_weekly(msg: int, with_img=False):
result = json.loads(await get_url(
'https://minecraft.fandom.com/zh/api.php?action=parse&page=Minecraft_Wiki/weekly&prop=text|revid&format=json',
200))