diff --git a/nonebot_plugin_acgnshow/acgnapis.py b/nonebot_plugin_acgnshow/acgnapis.py index 0b4dd7e..f91e8d8 100644 --- a/nonebot_plugin_acgnshow/acgnapis.py +++ b/nonebot_plugin_acgnshow/acgnapis.py @@ -1,6 +1,5 @@ import json import requests -from nonebot_plugin_htmlrender import template_to_pic from jinja2 import Template CITY_API_ROOT="https://show.bilibili.com/api/ticket/city/list?channel=3" SHOWS_API_ROOT="https://show.bilibili.com/api/ticket/project/listV2" diff --git a/nonebot_plugin_acgnshow/acgnshower.py b/nonebot_plugin_acgnshow/acgnshower.py index 9dec0aa..d72fd87 100644 --- a/nonebot_plugin_acgnshow/acgnshower.py +++ b/nonebot_plugin_acgnshow/acgnshower.py @@ -1,5 +1,3 @@ -from nonebot import require, on_endswith -from nonebot.adapters import satori from nonebot.adapters.onebot.v11 import MessageSegment from nonebot.typing import T_State from typing import Optional diff --git a/pyproject.toml b/pyproject.toml index ed387e2..54ebb94 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "nonebot-plugin-acgnshow" -version = "0.1.0" +version = "0.1.1" description = "Nonebot2插件,从哔哩哔哩会员购获取简易展览数据" readme = "README.md" requires-python = "<4.0,>=3.8"