diff --git a/masto.py b/masto.py index f2571df..3652387 100644 --- a/masto.py +++ b/masto.py @@ -34,7 +34,7 @@ if not cfg['crosspost']['fediverse']['token']: api_base_url = 'https://' + cfg['crosspost']['fediverse']['instance'] ) - print("Open this URL and authenticate to give {} access to your bot's account: {}".format(appName, client.auth_request_url(scopes=scopes))) + print("Open this URL and authenticate to give {} access to your account: {}".format(appName, client.auth_request_url(scopes=scopes))) cfg['crosspost']['fediverse']['token'] = client.log_in(code=input("Secret: "), scopes = scopes)