Spaces:
Sleeping
Sleeping
Update src/google_sheet.py
Browse files- src/google_sheet.py +1 -1
src/google_sheet.py
CHANGED
@@ -16,7 +16,7 @@ def connect_to_sheet():
|
|
16 |
]
|
17 |
creds = ServiceAccountCredentials.from_json_keyfile_dict(creds_dict, scope)
|
18 |
client = gspread.authorize(creds)
|
19 |
-
sheet = client.
|
20 |
return sheet
|
21 |
|
22 |
def append_score(timestamp, score, filename):
|
|
|
16 |
]
|
17 |
creds = ServiceAccountCredentials.from_json_keyfile_dict(creds_dict, scope)
|
18 |
client = gspread.authorize(creds)
|
19 |
+
sheet = client.open_by_key("109h0Yj8RmKEbWCj5TdJNXXbWhmaVH8o3r3q4_Pa50g8").sheet1
|
20 |
return sheet
|
21 |
|
22 |
def append_score(timestamp, score, filename):
|