mirror of
https://github.com/ihabunek/toot.git
synced 2024-11-03 04:17:21 -05:00
More descriptive application name
This commit is contained in:
parent
66453a84d2
commit
3f1e8682c9
@ -57,7 +57,7 @@ def create_app(base_url):
|
|||||||
url = base_url + '/api/v1/apps'
|
url = base_url + '/api/v1/apps'
|
||||||
|
|
||||||
response = requests.post(url, {
|
response = requests.post(url, {
|
||||||
'client_name': 'toot',
|
'client_name': 'toot - Mastodon CLI Interface',
|
||||||
'redirect_uris': 'urn:ietf:wg:oauth:2.0:oob',
|
'redirect_uris': 'urn:ietf:wg:oauth:2.0:oob',
|
||||||
'scopes': 'read write',
|
'scopes': 'read write',
|
||||||
'website': 'https://github.com/ihabunek/toot',
|
'website': 'https://github.com/ihabunek/toot',
|
||||||
|
Loading…
Reference in New Issue
Block a user