Commit 12169e80 authored by 张彦钊's avatar 张彦钊

add ctr56 file

parent a97d9e1e
......@@ -25,6 +25,7 @@ def get_data():
result = cursor.fetchall()
device_id = tuple(pd.DataFrame(list(result))[0].values.tolist())
cursor.close()
print(device_id[0:2])
return device_id
......
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