Skip to content

Commit

Permalink
revert change
Browse files Browse the repository at this point in the history
  • Loading branch information
harisang committed Jan 31, 2025
1 parent 78e3195 commit d40b4d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/helpers/database.py
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ def write_prices_new(self, prices: list[tuple[str, int, float, str]]) -> None:
except (
sqlalchemy.exc.IntegrityError
): # update if insertion failed
logger.error(
logger.info(
f"Error while inserting price data. token: {token_address}, "
f"time: {time}, price: {price}, source: {source}\n"
"Updating price instead."
Expand Down

0 comments on commit d40b4d2

Please sign in to comment.