We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 511efb1 commit 3e53a76Copy full SHA for 3e53a76
getting_data.py
@@ -52,7 +52,6 @@ def get_relic_drop(relic_name):
52
#print(f"A: {a_rotation}\nB: {b_rotation}\nc: {c_rotation}")
53
for a in a_rotation:
54
if updated_relic_name in a.values():
55
- print(gameMode)
56
57
item_drop_details = {
58
"Planet": f"{i}",
0 commit comments