summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKyomotoi <[email protected]>2023-01-24 23:05:59 +0800
committerKyomotoi <[email protected]>2023-01-24 23:05:59 +0800
commitc2e02c53300b5c4e7e4aa265905fc3ae5e892f0f (patch)
treeedeccaca38f34e231def724b6fadecb1d767f5f1
parent48074fe1b1536ad300633d6238986057714bfc69 (diff)
downloadATRI-c2e02c53300b5c4e7e4aa265905fc3ae5e892f0f.tar.gz
ATRI-c2e02c53300b5c4e7e4aa265905fc3ae5e892f0f.tar.bz2
ATRI-c2e02c53300b5c4e7e4aa265905fc3ae5e892f0f.zip
🐛 指正类型
-rw-r--r--ATRI/configs/models.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ATRI/configs/models.py b/ATRI/configs/models.py
index 8e8869d..b3b29c9 100644
--- a/ATRI/configs/models.py
+++ b/ATRI/configs/models.py
@@ -41,7 +41,7 @@ class Setu(BaseModel):
class GeoIP(BaseModel):
- account_id: str
+ account_id: int
license_key: str