Introduction
Introduction Statistics Contact Development Disclaimer Help
More descriptive application name - toot - Unnamed repository; edit this file '…
Log
Files
Refs
LICENSE
---
commit 3f1e8682c9e18aa962a83bf04e8454339e52106d
parent 66453a84d2213a6de413c1a9ae3ea67458810d02
Author: Ivan Habunek <[email protected]>
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(-)
---
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',
You are viewing proxied material from vernunftzentrum.de. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.