Fix whitelist bug
This commit is contained in:
@@ -715,6 +715,8 @@ class LocalPlatformClient(ABC):
|
||||
if provider not in self.instance.ads_providers:
|
||||
continue
|
||||
if currency in supported_currencies:
|
||||
if currency not in account_info:
|
||||
continue
|
||||
rtrn = await self.create_ad(
|
||||
asset,
|
||||
countrycode,
|
||||
|
||||
Reference in New Issue
Block a user