aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLorenz Diener <[email protected]>2018-04-17 17:24:46 +0200
committerLorenz Diener <[email protected]>2018-04-17 17:24:46 +0200
commit78d3b3a5dff7fb465a21fbade09e972e9d8f0fbf (patch)
treebebb92535e25583daeaea3abd9a712a583270d93
parent087c49b1993114b1cd2f4b130999197e28cc6cc1 (diff)
downloadmastodon.py-78d3b3a5dff7fb465a21fbade09e972e9d8f0fbf.tar.gz
Fix for the fix
-rw-r--r--mastodon/Mastodon.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/mastodon/Mastodon.py b/mastodon/Mastodon.py
index 589d487..1056d7a 100644
--- a/mastodon/Mastodon.py
+++ b/mastodon/Mastodon.py
@@ -687,7 +687,7 @@ class Mastodon:
687 params) 687 params)
688 688
689 @api_version("1.0.0", "2.1.0") 689 @api_version("1.0.0", "2.1.0")
690 def account_search(self, q, limit=None. following=False): 690 def account_search(self, q, limit=None, following=False):
691 """ 691 """
692 Fetch matching accounts. Will lookup an account remotely if the search term is 692 Fetch matching accounts. Will lookup an account remotely if the search term is
693 in the username@domain format and not yet in the database. Set `following` to 693 in the username@domain format and not yet in the database. Set `following` to
Powered by cgit v1.2.3 (git 2.41.0)