Skip to content

Commit ab3db93

Browse files
Update f2/apps/douyin/filter.py
Co-authored-by: code-review-doctor[bot] <72320148+code-review-doctor[bot]@users.noreply.github.com> Signed-off-by: JohnserfSeed <[email protected]>
1 parent ec887a2 commit ab3db93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

f2/apps/douyin/filter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ def images_video(self):
221221
[
222222
live["video"]["play_addr"]["url_list"][0]
223223
for live in images_video
224-
if isinstance(live, dict) and live.get("video") != None
224+
if isinstance(live, dict) and live.get("video") is not None
225225
]
226226
if images_video
227227
else []

0 commit comments

Comments
 (0)