Multichem commited on
Commit
f0feca3
·
verified ·
1 Parent(s): 83a7642

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -47,8 +47,8 @@ percentages_format = {'PG': '{:.2%}', 'SG': '{:.2%}', 'SF': '{:.2%}', 'PF': '{:.
47
  def init_baselines():
48
  sh = gcservice_account.open_by_url(NBA_Data)
49
 
50
- db = client["gamelog"]
51
- collection = db["rotations"]
52
 
53
  cursor = collection.find() # Finds all documents in the collection
54
 
 
47
  def init_baselines():
48
  sh = gcservice_account.open_by_url(NBA_Data)
49
 
50
+ db = client["testing_db"]
51
+ collection = db["gamelog"]
52
 
53
  cursor = collection.find() # Finds all documents in the collection
54