戒酒的李白

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

@@ -89,3 +89,7 @@ def getAllHotWords(): @@ -89,3 +89,7 @@ def getAllHotWords():
89 except: 89 except:
90 continue 90 continue
91 return data 91 return data
  92 +
  93 +def getAllTopics():
  94 + data =[]
  95 + return data