Spaces:
Running
Running
ChenyuRabbitLove
commited on
Commit
•
1679f35
1
Parent(s):
50790a7
bugfix: fix minor bugs
Browse files
utils/completion_reward_utils.py
CHANGED
@@ -30,6 +30,9 @@ def complete_reward(completion_reward, *args):
|
|
30 |
def check_is_in_completion_reward(player_backend_user_id):
|
31 |
with open("./data/completion_reward_issue_status.json") as f:
|
32 |
completion_reward_issue_status_dict = json.load(f)
|
|
|
|
|
|
|
33 |
|
34 |
preview_list = [
|
35 | |
@@ -38,6 +41,7 @@ def check_is_in_completion_reward(player_backend_user_id):
|
|
38 |
"http://googleid.junyiacademy.org/107407156051367422051",
|
39 |
"http://googleid.junyiacademy.org/115084976189396533674",
|
40 |
"http://googleid.junyiacademy.org/106428943548495187296",
|
|
|
41 |
]
|
42 |
|
43 |
|
|
|
30 |
def check_is_in_completion_reward(player_backend_user_id):
|
31 |
with open("./data/completion_reward_issue_status.json") as f:
|
32 |
completion_reward_issue_status_dict = json.load(f)
|
33 |
+
completion_reward_issue_status_dict["[email protected]"] = "not_issued"
|
34 |
+
completion_reward_issue_status_dict["http://googleid.junyiacademy.org/115084976189396533674"] = "not_issued"
|
35 |
+
completion_reward_issue_status_dict["http://googleid.junyiacademy.org/106428943548495187296"] = "not_issued"
|
36 |
|
37 |
preview_list = [
|
38 | |
|
|
41 |
"http://googleid.junyiacademy.org/107407156051367422051",
|
42 |
"http://googleid.junyiacademy.org/115084976189396533674",
|
43 |
"http://googleid.junyiacademy.org/106428943548495187296",
|
44 |
+
"http://id.junyiacademy.org/28f0f5bb784441c58ad4bafad00a2c3d",
|
45 |
]
|
46 |
|
47 |
|