Commit a771c16d authored by 张彦钊's avatar 张彦钊

修改志伟ctr统计文件

parent 9f3aead1
......@@ -48,7 +48,7 @@ def ctr():
exp = cursor.fetchone()[0]
print("曝光数:"+str(exp))
if exp != 0:
print("点击率:"+click/exp)
print("点击率:"+str(click/exp))
if __name__ == "__main__":
......
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