mirror of
https://codeberg.org/catask-org/catask.git
synced 2025-04-18 12:53:42 -05:00
fix a typo
This commit is contained in:
parent
38ad32d2fb
commit
810fc1b310
1 changed files with 1 additions and 1 deletions
2
masto.py
2
masto.py
|
@ -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)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue