We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfb2a33 commit 2d20c5cCopy full SHA for 2d20c5c
checker/src/checker.py
@@ -97,7 +97,7 @@ async def open_lootbox_and_get_item(self, token):
97
except Exception as e:
98
raise MumbleException(f"Failed to decode item as JSON after opening lootbox: {e}")
99
if "id" not in item:
100
- raise MumbleException(f"Returned item missing 'id' field: {item}")
+ raise MumbleException(f"Returned item missing 'id' field")
101
return item
102
103
async def set_item_note(self, token, item_id, note):
0 commit comments