Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -59,7 +59,7 @@ def player_stat_table():
|
|
| 59 |
|
| 60 |
sh = gspreadcon.open_by_url(all_dk_player_projections)
|
| 61 |
worksheet = sh.worksheet('Timestamp')
|
| 62 |
-
|
| 63 |
|
| 64 |
return player_frame, line_frame, pp_frame, timestamp
|
| 65 |
|
|
|
|
| 59 |
|
| 60 |
sh = gspreadcon.open_by_url(all_dk_player_projections)
|
| 61 |
worksheet = sh.worksheet('Timestamp')
|
| 62 |
+
timestamp = worksheet.acell('A1').value
|
| 63 |
|
| 64 |
return player_frame, line_frame, pp_frame, timestamp
|
| 65 |
|