Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -34,9 +34,9 @@ def init_conn():
|
|
34 |
|
35 |
gc_con = gspread.service_account_from_dict(credentials, scope)
|
36 |
|
37 |
-
return gc_con, uri
|
38 |
|
39 |
-
gcservice_account, uri
|
40 |
|
41 |
percentages_format = {'PG': '{:.2%}', 'SG': '{:.2%}', 'SF': '{:.2%}', 'PF': '{:.2%}', 'C': '{:.2%}'}
|
42 |
|
|
|
34 |
|
35 |
gc_con = gspread.service_account_from_dict(credentials, scope)
|
36 |
|
37 |
+
return gc_con, uri
|
38 |
|
39 |
+
gcservice_account, uri = init_conn()
|
40 |
|
41 |
percentages_format = {'PG': '{:.2%}', 'SG': '{:.2%}', 'SF': '{:.2%}', 'PF': '{:.2%}', 'C': '{:.2%}'}
|
42 |
|