diff --git a/mastodon/Mastodon.py b/mastodon/Mastodon.py index a50c5ab..1888436 100644 --- a/mastodon/Mastodon.py +++ b/mastodon/Mastodon.py @@ -31,7 +31,7 @@ class Mastodon: # Registering apps ### @staticmethod - def create_app(client_name, scopes = ['read', 'write', 'follow'], redirect_uris = None, to_file = None, api_base_url = __DEFAULT_BASE_URL): + def create_app(client_name, scopes = ['read', 'write', 'follow'], redirect_uris = None, to_file = None, api_base_url = __DEFAULT_BASE_URL, request_timeout = __DEFAULT_TIMEOUT): """ Create a new app with given client_name and scopes (read, write, follow)