Fix public ad currency check
This commit is contained in:
parent
2f9fb31baf
commit
00f1a40190
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue