James McCool commited on
Commit
d5cdf35
·
1 Parent(s): ec97bef

removed db variable

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -46,7 +46,7 @@ def init_conn():
46
  gc = gspread.service_account_from_dict(credentials)
47
  gc2 = gspread.service_account_from_dict(credentials2)
48
 
49
- return gc, gc2, db, NHL_Data
50
 
51
  gcservice_account, gcservice_account2, NHL_Data = init_conn()
52
 
 
46
  gc = gspread.service_account_from_dict(credentials)
47
  gc2 = gspread.service_account_from_dict(credentials2)
48
 
49
+ return gc, gc2, NHL_Data
50
 
51
  gcservice_account, gcservice_account2, NHL_Data = init_conn()
52