diff --git a/toot/api.py b/toot/api.py index 499153a..eee0473 100644 --- a/toot/api.py +++ b/toot/api.py @@ -17,7 +17,7 @@ def _account_action(app, user, account, action): def create_app(domain): - url = 'http://{}/api/v1/apps'.format(domain) + url = 'https://{}/api/v1/apps'.format(domain) data = { 'client_name': CLIENT_NAME,