Multichem commited on
Commit
0c8a239
·
verified ·
1 Parent(s): 6a54c1a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -42,7 +42,7 @@ def init_conn():
42
 
43
  return gc_con, client, db
44
 
45
- gcservice_account, uri = init_conn()
46
 
47
  percentages_format = {'PG': '{:.2%}', 'SG': '{:.2%}', 'SF': '{:.2%}', 'PF': '{:.2%}', 'C': '{:.2%}'}
48
 
 
42
 
43
  return gc_con, client, db
44
 
45
+ gcservice_account, client, db = init_conn()
46
 
47
  percentages_format = {'PG': '{:.2%}', 'SG': '{:.2%}', 'SF': '{:.2%}', 'PF': '{:.2%}', 'C': '{:.2%}'}
48