diff --git a/handler/markets.py b/handler/markets.py index ce2d8f9..e633810 100644 --- a/handler/markets.py +++ b/handler/markets.py @@ -51,7 +51,7 @@ class Markets(util.Base): public_ads_currency = public_ads[currency] except KeyError: # self.log.error("Error getting public ads for currency {currency}", currency=currency) - if currency == "USD": + if currency == "GBP": self.log.error("Error getting public ads for currency USD, aborting") break continue