【getPublicData.py】添加getAllTopics函数初步
This commit is contained in:
@@ -88,4 +88,8 @@ def getAllHotWords():
|
||||
])
|
||||
except:
|
||||
continue
|
||||
return data
|
||||
|
||||
def getAllTopics():
|
||||
data =[]
|
||||
return data
|
||||
Reference in New Issue
Block a user