Commit 8bb5be11 authored by 王志伟's avatar 王志伟

Merge branch 'wzw' into 'master'

add ()

See merge request !4
parents 400f2372 44077383
......@@ -28,7 +28,7 @@ def get_data():
def result2file(data):
output = DIRECTORY_PATH + "ffm_get_data_" + get_yesterday_date + ".csv"
output = DIRECTORY_PATH + "ffm_get_data_" + get_yesterday_date() + ".csv"
with open(output,"w") as f:
for i in data:
line = str(i[0]) + "," + str(i[1]) + "\n"
......
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