More descriptive application name - toot - Unnamed repository; edit this file 'description' to name the repository.
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) LICENSE
---
(DIR) commit 3f1e8682c9e18aa962a83bf04e8454339e52106d
(DIR) parent 66453a84d2213a6de413c1a9ae3ea67458810d02
(HTM) Author: Ivan Habunek <ivan@habunek.com>
Date: Sat, 15 Apr 2017 12:45:16 +0200
More descriptive application name
Diffstat:
toot/__init__.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
(DIR) diff --git a/toot/__init__.py b/toot/__init__.py
@@ -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',