reluce / szurubooru-toolkit

Python package and script collection to manage your szurubooru image board.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fix SauceNAO limit reached

reluce opened this issue · comments

When running the script auto-tagger (or any using it) and the SauceNAO limit has been reached, the script handles it (probably) correctly if the limit is being hit during the run. If the script starts another run, it won't detect that the limit has been reached and runs into a few exceptions.

If limit is reached, pysaucenao return the String Limit reached which we can be used to handle the correct continuation of the script.

Fixed in f228946