mirror of
https://github.com/suyiiyii/nonebot-bison.git
synced 2025-06-02 09:26:12 +08:00
🐛 remove unneeded default client
This commit is contained in:
parent
1c753f7a2c
commit
9729d4b776
@ -38,9 +38,6 @@ class Site:
|
||||
def __str__(self):
|
||||
return f"[{self.name}]-{self.name}-{self.schedule_setting}"
|
||||
|
||||
def __init__(self):
|
||||
self.default_http_client = http_client()
|
||||
|
||||
|
||||
def anonymous_site(schedule_type: Literal["date", "interval", "cron"], schedule_setting: dict) -> type[Site]:
|
||||
return type(
|
||||
|
Loading…
x
Reference in New Issue
Block a user