Skip to content

Commit 8896867

Browse files
authored
更新 fetch_medias.py
1 parent ba7c9ee commit 8896867

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/actions/fetch_medias.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ def data(cls) -> dict: # noqa
115115

116116
@property
117117
def success(self) -> bool:
118-
return self._has_error
118+
return not self._has_error
119119

120120
def __get_source(self, source: str):
121121
"""

0 commit comments

Comments
 (0)