Skip to content

Commit

Permalink
fix: remove unintended change in previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
dhruv-ahuja committed May 18, 2024
1 parent d8462e6 commit 9c8aff6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scripts/poe_initial.py
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ async def save_item_data(category_item_mapping: dict[str, list[dict]]) -> None:

is_currency = category == "Currency"

for entity in item_data[:10000]:
for entity in item_data:
try:
if is_currency:
item_entity = CurrencyItemEntity(**entity)
Expand Down

0 comments on commit 9c8aff6

Please sign in to comment.