Fix public ad currency check
This commit is contained in:
@@ -51,7 +51,7 @@ class Markets(util.Base):
|
|||||||
public_ads_currency = public_ads[currency]
|
public_ads_currency = public_ads[currency]
|
||||||
except KeyError:
|
except KeyError:
|
||||||
# self.log.error("Error getting public ads for currency {currency}", currency=currency)
|
# 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")
|
self.log.error("Error getting public ads for currency USD, aborting")
|
||||||
break
|
break
|
||||||
continue
|
continue
|
||||||
|
|||||||
Reference in New Issue
Block a user