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