Fix the thing I previously broke
lets pretend I was just testing the CI okay
This commit is contained in:
pare
1c64c39701
commit
c5970d10f9
S'han modificat 1 arxius amb 1 adicions i 1 eliminacions
|
@ -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)
|
||||
|
|
Loading…
Referencia en una nova incidència