Pagination fixed

This commit is contained in:
Profitroll 2022-10-05 21:37:37 +02:00
parent 8ae50a4f97
commit 11255bbbd0
1 changed files with 2 additions and 2 deletions

View File

@ -139,8 +139,8 @@ def send_content():
candidate_file = choice(list_queue)
candidate = configGet("queue", "locations")+sep+candidate_file
if len(list_queue) <= 10:
if configGet("error", "reports"):
app.send_message(configGet("admin"), locale("post_low", "message", locale=configGet("locale"))) # type: ignore
if configGet("error", "reports"):
app.send_message(configGet("admin"), locale("post_low", "message", locale=configGet("locale"))) # type: ignore
else:
logWrite(locale("post_empty", "console", locale=configGet("locale_log")))
if configGet("error", "reports"):