Skip to content

Commit

Permalink
🐛 修复 webui 修改异常 (#236)
Browse files Browse the repository at this point in the history
  • Loading branch information
Well2333 authored Aug 10, 2024
1 parent 32e4382 commit 959862f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions nonebot_plugin_bilichat/model/api/subs_config.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

from nonebot_plugin_auto_bot_selector.target import SupportedPlatform
from pydantic import BaseModel, Field

Expand All @@ -8,7 +7,7 @@ class SubsConfig(BaseModel):
dynamic_interval: int = Field(90, ge=10)
live_interval: int = Field(30, ge=10)
push_delay: int = Field(3, ge=0)
dynamic_grpc: bool = False
dynamic_method: str = "rest"


class UserSubConfig(BaseModel):
Expand Down

0 comments on commit 959862f

Please sign in to comment.