From 8896867bb34e8604ed261742ae496ed73af95dd9 Mon Sep 17 00:00:00 2001 From: jxxghp Date: Sun, 2 Mar 2025 14:23:37 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20fetch=5Fmedias.py?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/actions/fetch_medias.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/actions/fetch_medias.py b/app/actions/fetch_medias.py index 093d849a..5364fc10 100644 --- a/app/actions/fetch_medias.py +++ b/app/actions/fetch_medias.py @@ -115,7 +115,7 @@ class FetchMediasAction(BaseAction): @property def success(self) -> bool: - return self._has_error + return not self._has_error def __get_source(self, source: str): """