diff options
| author | ubuntu <[email protected]> | 2023-10-24 20:12:27 +0800 |
|---|---|---|
| committer | ubuntu <[email protected]> | 2023-10-24 20:12:27 +0800 |
| commit | c0e647b1a377e5b56d9a3f402c828f28f1d8bd83 (patch) | |
| tree | e45e1fa40963e9307fb68c343855691d155e1348 /apps | |
| parent | 2c7c78bb42ccc97385f196e3e6df7f086f841a8b (diff) | |
数据修改
Diffstat (limited to 'apps')
| -rw-r--r-- | apps/delay.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/delay.py b/apps/delay.py index 5fb2cc8..498c08a 100644 --- a/apps/delay.py +++ b/apps/delay.py @@ -12,7 +12,7 @@ class TestNode(Schema): Id = Integer() Name=String() Ip=String() - Cou=String() + Loc=String() Port=Integer() class Delay(Schema): |
