Spaces:
Running
Running
ChenyuRabbitLove
commited on
Commit
•
9f59466
1
Parent(s):
ce12623
fix: fix get_date_str func
Browse files- utils/utils.py +1 -1
utils/utils.py
CHANGED
@@ -179,7 +179,7 @@ def get_date_strs(delta_days=0):
|
|
179 |
|
180 |
|
181 |
def save_latest_player_data():
|
182 |
-
latest_player_data = load_player_statuses(client, get_date_strs)
|
183 |
latest_player_data_as_dict = {
|
184 |
key: asdict(value) for key, value in latest_player_data.items()
|
185 |
}
|
|
|
179 |
|
180 |
|
181 |
def save_latest_player_data():
|
182 |
+
latest_player_data = load_player_statuses(client, get_date_strs())
|
183 |
latest_player_data_as_dict = {
|
184 |
key: asdict(value) for key, value in latest_player_data.items()
|
185 |
}
|