Skip to content

Commit 0030d93

Browse files
committed
fix(typo): 修正 ONEBOT_PORTOL_TYPE 为 ONEBOT_PROTOCOL_TYPE
1 parent 57992ac commit 0030d93

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/models/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ def from_yaml(cls, yaml_file: str = "config.yaml"):
104104
default_config = {
105105
"ENV": "production",
106106
"ONEBOT_URL": "",
107-
"ONEBOT_PORTOL_TYPE": "ws",
107+
"ONEBOT_PROTOCOL_TYPE": "ws",
108108
"ONEBOT_ACCESS_TOKEN": "",
109109
"GITHUB_WEBHOOK": [
110110
{

0 commit comments

Comments
 (0)