更新 fetch_medias.py

This commit is contained in:
jxxghp
2025-03-02 14:23:37 +08:00
committed by GitHub
parent ba7c9eec7b
commit 8896867bb3

View File

@@ -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):
"""