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

add main

parent 437bf016
...@@ -90,6 +90,9 @@ def main(): ...@@ -90,6 +90,9 @@ def main():
resulst_ctr.append(str(ctr_tail)) resulst_ctr.append(str(ctr_tail))
line = get_yesterday_date()+','+','.join([i for i in resulst_ctr])+'\n' line = get_yesterday_date()+','+','.join([i for i in resulst_ctr])+'\n'
f.write(line) f.write(line)
if __name__ == '__main__':
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