mirror of
https://github.com/LiteyukiStudio/nonebot-plugin-acgnshow.git
synced 2025-09-05 19:56:25 +00:00
✨v0.1.2
This commit is contained in:
@ -32,7 +32,7 @@ async def find_show(
|
||||
if not date: date = ""
|
||||
regions_dict = get_regions_dict()
|
||||
regionid = regions_dict.get(region,None)
|
||||
if regionid == None: await showcmd.finish("未找到此地区") ; return
|
||||
if regionid == None: await showcmd.finish("不支持此地区") ; return
|
||||
#await showcmd.send("日期:"+ date)
|
||||
shows = get_shows_data(regionid,page=page,pagesize=config.acgnshow_pagesize)
|
||||
# print(shows)
|
||||
|
Reference in New Issue
Block a user