kopia lustrzana https://github.com/halcy/Mastodon.py
Fix the thing I previously broke
lets pretend I was just testing the CI okaypull/108/merge
rodzic
1c64c39701
commit
c5970d10f9
|
@ -299,7 +299,7 @@ class Mastodon:
|
|||
Returns a list of toot dicts.
|
||||
"""
|
||||
if hashtag.startswith("#"):
|
||||
throw MastodonIllegalArgumentError("Hashtag parameter should omit leading #")
|
||||
raise MastodonIllegalArgumentError("Hashtag parameter should omit leading #")
|
||||
|
||||
if max_id != None:
|
||||
max_id = self.__unpack_id(max_id)
|
||||
|
|
Ładowanie…
Reference in New Issue