More descriptive application name

This commit is contained in:
Ivan Habunek 2017-04-15 12:45:16 +02:00
parent 66453a84d2
commit 3f1e8682c9
No known key found for this signature in database
GPG Key ID: CDBD63C43A30BB95
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ def create_app(base_url):
url = base_url + '/api/v1/apps'
response = requests.post(url, {
'client_name': 'toot',
'client_name': 'toot - Mastodon CLI Interface',
'redirect_uris': 'urn:ietf:wg:oauth:2.0:oob',
'scopes': 'read write',
'website': 'https://github.com/ihabunek/toot',