Commit 7c6dad67 authored by 张彦钊's avatar 张彦钊

修改返回值

parent 1de2f454
...@@ -65,7 +65,7 @@ def ctr_all(): ...@@ -65,7 +65,7 @@ def ctr_all():
exp = cursor.fetchone()[0] exp = cursor.fetchone()[0]
print("曝光数:" + str(exp)) print("曝光数:" + str(exp))
print("点击率:" + str(click / exp)) print("点击率:" + str(click / exp))
return len(tail56),cover,cover_percent,click,exp,click / exp return len(day_all),cover,cover_percent,click,exp,click / exp
def ctr(): def ctr():
......
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