fix constructor order for test to pass

This commit is contained in:
Joel Gil Leon 2018-05-16 23:10:46 +03:00
pare afc6158385
commit 52480b6104

Veure arxiu

@ -174,7 +174,7 @@ class Mastodon:
### ###
# Authentication, including constructor # Authentication, including constructor
### ###
def __init__(self, access_token=None, client_id=None, client_secret=None, def __init__(self, client_secret=None, access_token=None, client_id=None,
api_base_url=__DEFAULT_BASE_URL, debug_requests=False, api_base_url=__DEFAULT_BASE_URL, debug_requests=False,
ratelimit_method="wait", ratelimit_pacefactor=1.1, ratelimit_method="wait", ratelimit_pacefactor=1.1,
request_timeout=__DEFAULT_TIMEOUT, mastodon_version=None, request_timeout=__DEFAULT_TIMEOUT, mastodon_version=None,