fix constructor order for test to pass
This commit is contained in:
pare
afc6158385
commit
52480b6104
S'han modificat 1 arxius amb 1 adicions i 1 eliminacions
|
@ -174,7 +174,7 @@ class Mastodon:
|
|||
###
|
||||
# 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,
|
||||
ratelimit_method="wait", ratelimit_pacefactor=1.1,
|
||||
request_timeout=__DEFAULT_TIMEOUT, mastodon_version=None,
|
||||
|
|
Loading…
Referencia en una nova incidència