From c2e02c53300b5c4e7e4aa265905fc3ae5e892f0f Mon Sep 17 00:00:00 2001 From: Kyomotoi <0w0@imki.moe> Date: Tue, 24 Jan 2023 23:05:59 +0800 Subject: =?UTF-8?q?=F0=9F=90=9B=20=E6=8C=87=E6=AD=A3=E7=B1=BB=E5=9E=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ATRI/configs/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ATRI') 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 -- cgit v1.2.3