diff options
author | Kyomotoi <[email protected]> | 2022-09-18 15:29:06 +0800 |
---|---|---|
committer | Kyomotoi <[email protected]> | 2022-09-18 15:29:06 +0800 |
commit | e90234845b67d0778126e513046c4e29b331bcae (patch) | |
tree | 80bedefdacf64b49859761f5c6ecdd9855024d35 /ATRI/plugins/console/models.py | |
parent | e17667668491e96d85d85fa8691e624e39a6c96b (diff) | |
download | ATRI-e90234845b67d0778126e513046c4e29b331bcae.tar.gz ATRI-e90234845b67d0778126e513046c4e29b331bcae.tar.bz2 ATRI-e90234845b67d0778126e513046c4e29b331bcae.zip |
🚧 优化控制台加载方式
Diffstat (limited to 'ATRI/plugins/console/models.py')
-rw-r--r-- | ATRI/plugins/console/models.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ATRI/plugins/console/models.py b/ATRI/plugins/console/models.py index 973d05d..acbf916 100644 --- a/ATRI/plugins/console/models.py +++ b/ATRI/plugins/console/models.py @@ -2,8 +2,6 @@ from pydantic import BaseModel class AuthData(BaseModel): - ip: str - port: str token: str |