Spaces:
Sleeping
Sleeping
James McCool
commited on
Commit
·
6d0eca2
1
Parent(s):
b41ab08
changed NFL_Data pass to NHL_Data
Browse files
app.py
CHANGED
@@ -35,7 +35,7 @@ def init_conn():
|
|
35 |
"client_x509_cert_url": "https://www.googleapis.com/robot/v1/metadata/x509/gspread-connection%40sheets-api-connect-378620.iam.gserviceaccount.com"
|
36 |
}
|
37 |
|
38 |
-
|
39 |
|
40 |
gc = gspread.service_account_from_dict(credentials)
|
41 |
gc2 = gspread.service_account_from_dict(credentials2)
|
|
|
35 |
"client_x509_cert_url": "https://www.googleapis.com/robot/v1/metadata/x509/gspread-connection%40sheets-api-connect-378620.iam.gserviceaccount.com"
|
36 |
}
|
37 |
|
38 |
+
NHL_Data = st.secrets['NHL_Data']
|
39 |
|
40 |
gc = gspread.service_account_from_dict(credentials)
|
41 |
gc2 = gspread.service_account_from_dict(credentials2)
|