|
@@ -7,8 +7,8 @@ def find_yesterday_data(column_index):
|
|
|
:param column_index:
|
|
|
:return:
|
|
|
"""
|
|
|
- F = Feishu("C1Qrsa4HWh6bzEtv7aocrFlAnad")
|
|
|
+ F = Feishu("ZYNBsZ5lPhsKFltb6ghclfJqngb")
|
|
|
data = F.search_value(
|
|
|
- sheet_id="Zi7oYW", ab="{}6:{}6".format(column_index, column_index)
|
|
|
+ sheet_id="eb6d24", ab="{}6:{}6".format(column_index, column_index)
|
|
|
)
|
|
|
return data["data"]["valueRange"]["values"][0][0]
|