adspower
adspower copied to clipboard
Problem with default domain
from adspower.sync_api import Group
group = Group.create(name='my_group', remark='rem')
This code gives me ERROR 503 i research and i found a answer from adspower docs:
It appears that the existing network is unable to connect to the API interface domain. You may consider substituting the domain local.adspower.net with 127.0. 0.1 or localhost, or try connecting through a different network proxy tool.
so is there any way to change default domain to something else like localhost or 127.0.0.1?