Don't pass visible for creating ads
This commit is contained in:
@@ -670,7 +670,6 @@ class LocalPlatformClient(ABC):
|
|||||||
provider,
|
provider,
|
||||||
payment_details=account_info[currency],
|
payment_details=account_info[currency],
|
||||||
ad=ad,
|
ad=ad,
|
||||||
visible=ad.visible,
|
|
||||||
)
|
)
|
||||||
# Bail on first error, let's not continue
|
# Bail on first error, let's not continue
|
||||||
if rtrn is False:
|
if rtrn is False:
|
||||||
|
|||||||
Reference in New Issue
Block a user