Done analyzing

This commit is contained in:
Ian Shih
2023-06-15 12:33:33 +08:00
parent c746cdd016
commit 0e4280a1ae
15 changed files with 151 additions and 10 deletions

View File

@@ -12,7 +12,7 @@ videoList = []
isOfficeList = []
for i in result:
if 'video' not in result[i]:
if 'video' not in result[i] or result[i]['video'] == 0:
continue
fanList.append(result[i]['fan'])
viewList.append(result[i]['view'])