Commit 5d2df59d authored by 高雅喆's avatar 高雅喆

fix bug in getTopFeatures.py

parent 035ea575
......@@ -45,7 +45,7 @@ class TopFeatures(object):
imp_times = tuple2dict(con_sql(sql))
return imp_times
def get_result(self, platform, cid_type, clk={}, imp={}, clk_n=2, result_types="ctr"):
def get_result(self, platform, clk={}, imp={}, clk_n=2, result_types="ctr"):
"""
platform : "所有";"苹果","安卓" #方便显示
cid_type : 'diary';'answer';'question';"everything"... #方便显示
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment