Skip to content

Commit

Permalink
Revert "fix API response"
Browse files Browse the repository at this point in the history
This reverts commit 0b5b0da.
  • Loading branch information
ZeN220 committed May 21, 2023
1 parent 2db917a commit 563e755
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ def main():
len(items),
)

for item_id, item in items.items():
for item in items:
item_id = item["item_id"]
market_item = MarketItem(item, lolzteam_token)
try:
logging.info("Покупаю аккаунт %s", item_id)
Expand Down

0 comments on commit 563e755

Please sign in to comment.