Pagination fixed
This commit is contained in:
parent
8ae50a4f97
commit
11255bbbd0
@ -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"):
|
||||
|
Reference in New Issue
Block a user