Commit c38d6d1a authored by 高雅喆's avatar 高雅喆

fix bug

parent 82c38745
...@@ -88,7 +88,7 @@ class TopFeatures(object): ...@@ -88,7 +88,7 @@ class TopFeatures(object):
def result2file(self, result_lst, fpath): def result2file(self, result_lst, fpath):
""" """
result_lst : [all,ios,android] result_lst : [all_result,ios_result,android_result]
fpath : output filename fpath : output filename
rtype : none rtype : none
""" """
...@@ -129,7 +129,7 @@ def main(): ...@@ -129,7 +129,7 @@ def main():
result_lst = [clk_diary_ctr_all, clk_diary_ctr_ios, clk_diary_ctr_android] result_lst = [clk_diary_ctr_all, clk_diary_ctr_ios, clk_diary_ctr_android]
output_path = DIRECTORY_PATH + "top100_ctr_diary_%s.txt".format(get_yesterday_date()) output_path = DIRECTORY_PATH + "top100_ctr_diary_%s.txt".format(get_yesterday_date())
top_diary.result2file(result_lst, output_path) top_answer_all.result2file(result_lst, output_path)
......
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