From 5fb43d8a59a9062c16164369fcecb2141df24d5f Mon Sep 17 00:00:00 2001 From: skywalk163 Date: Sat, 8 Oct 2022 12:57:53 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'kotti=5Fai/resources.py'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- kotti_ai/resources.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kotti_ai/resources.py b/kotti_ai/resources.py index e17b5d7..8662e36 100644 --- a/kotti_ai/resources.py +++ b/kotti_ai/resources.py @@ -114,7 +114,7 @@ class AImage(SaveDataMixin, Content): ], ) - def __init__(self, out=0, **kwargs): + def __init__(self, out=None, **kwargs): super(AImage, self).__init__(**kwargs) self.out = out