Skip to content

Commit

Permalink
- Fix tests, remove CMC since it no longer tracks price
Browse files Browse the repository at this point in the history
  • Loading branch information
makeasnek committed Mar 10, 2024
1 parent 1fe080b commit a3e11fa
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,10 +146,6 @@
# Dictionary for places we query in format key=url, value=Tuple[nickname,regex].
# Note they all must match group 2
PRICE_URL_DICT: Dict[str, Tuple[str, Union[str, re.Pattern]]] = {
"https://coinmarketcap.com/currencies/gridcoin/": (
"coinmarketcap.com",
r'("low24h":)(\d*.\d*)',
),
"https://finance.yahoo.com/quote/GRC-USD/": (
"yahoo.com",
r'(data-field="regularMarketPrice" data-trend="none" data-pricehint="\d" value=")(\d*\.\d*)',
Expand Down

0 comments on commit a3e11fa

Please sign in to comment.