diff --git a/scripts/register_feed2toot_app b/scripts/register_feed2toot_app index 0721db5..a989b93 100755 --- a/scripts/register_feed2toot_app +++ b/scripts/register_feed2toot_app @@ -47,6 +47,7 @@ while not userok: password = getpass(prompt='Mastodon password:') Mastodon.create_app( 'feed2toot', + api_base_url=instance, to_file = '{cwd}/feed2toot_clientcred.txt'.format(cwd=getcwd()) ) mastodon = Mastodon(client_id = '{cwd}/feed2toot_clientcred.txt'.format(cwd=getcwd()),