user limit
This commit is contained in:
@@ -516,7 +516,7 @@ class Client:
|
|||||||
Returns:
|
Returns:
|
||||||
list[Hashtag]: Список хэштэгов
|
list[Hashtag]: Список хэштэгов
|
||||||
"""
|
"""
|
||||||
return self.get_hashtags(10)
|
return self.get_hashtags(limit)
|
||||||
|
|
||||||
@refresh_on_error
|
@refresh_on_error
|
||||||
def get_hashtags(self, limit: int = 10) -> list[Hashtag]:
|
def get_hashtags(self, limit: int = 10) -> list[Hashtag]:
|
||||||
|
|||||||
Reference in New Issue
Block a user