fix a typo

This commit is contained in:
mystie 2025-03-28 19:45:56 +03:00
parent 38ad32d2fb
commit 810fc1b310

View file

@ -34,7 +34,7 @@ if not cfg['crosspost']['fediverse']['token']:
api_base_url = 'https://' + cfg['crosspost']['fediverse']['instance'] 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) cfg['crosspost']['fediverse']['token'] = client.log_in(code=input("Secret: "), scopes = scopes)