Skip to content

Commit

Permalink
fix comment line
Browse files Browse the repository at this point in the history
  • Loading branch information
ZeN220 committed Apr 9, 2024
1 parent 989e011 commit 457a683
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def main():
market_item = MarketItem(item, lolzteam_token)
try:
logging.info("Покупаю аккаунт %s", item_id)
# market_item.fast_buy()
market_item.fast_buy()
except MarketBuyError as error:
logging.warning(
"При попытке покупки аккаунта %s произошла ошибка: %s",
Expand Down

0 comments on commit 457a683

Please sign in to comment.