Spaces:
Running on CPU Upgrade

lunarflu HF staff commited on
Commit
0da8ad5
·
verified ·
1 Parent(s): 6b1cca3

google sheet reset to prior version; testing without scheduler (possibly recurrence issue)

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -64,7 +64,7 @@ async def update_google_sheet():
64
  """save data from HF Space -> google sheets (makes 1 API call)"""
65
  print("test")
66
  data = open(csv_file, 'r').read()
67
- print("test")
68
  # 1hQSsIg1Y9WdBF_CdNM1L1rUUREoxKqRTe3_ILo-WK8w = live
69
  # 1YJEwP7kZChI3Z2GKv4zFEfwwyQrO3zwXclv0QMrkOqA = test
70
  spreadsheet_id = "1hQSsIg1Y9WdBF_CdNM1L1rUUREoxKqRTe3_ILo-WK8w"
 
64
  """save data from HF Space -> google sheets (makes 1 API call)"""
65
  print("test")
66
  data = open(csv_file, 'r').read()
67
+ print("test")
68
  # 1hQSsIg1Y9WdBF_CdNM1L1rUUREoxKqRTe3_ILo-WK8w = live
69
  # 1YJEwP7kZChI3Z2GKv4zFEfwwyQrO3zwXclv0QMrkOqA = test
70
  spreadsheet_id = "1hQSsIg1Y9WdBF_CdNM1L1rUUREoxKqRTe3_ILo-WK8w"