【getPublicData.py】添加getAllTopics函数初步

This commit is contained in:
戒酒的李白
2024-07-03 21:42:34 +08:00
parent 7e366e0834
commit cfe1fdc882
+4
View File
@@ -88,4 +88,8 @@ def getAllHotWords():
]) ])
except: except:
continue continue
return data
def getAllTopics():
data =[]
return data return data