Skip to content

Commit

Permalink
hotfix wftm price
Browse files Browse the repository at this point in the history
  • Loading branch information
t0rbik committed Nov 15, 2023
1 parent 310a6a9 commit 722090e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/assets/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,8 @@ def dexscreener_price_in_stables(self):
and prices["baseToken"]["symbol"] == self.symbol
and not prices["quoteToken"]["address"].lower()
== "0x04068DA6C83AFCFA0e13ba15A6696662335D5B75".lower()
and not prices["quoteToken"]["address"].lower()
== "0x8D11eC38a3EB5E956B052f67Da8Bdc9bef8Abf3E".lower()
):
# To avoid this kek...
# ValueError: could not convert string to float: '1,272.43'
Expand Down

0 comments on commit 722090e

Please sign in to comment.