From 11255bbbd007781898a0c21e0157a7e911ba22b4 Mon Sep 17 00:00:00 2001 From: Profitroll <47523801+profitrollgame@users.noreply.github.com> Date: Wed, 5 Oct 2022 21:37:37 +0200 Subject: [PATCH] Pagination fixed --- poster.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/poster.py b/poster.py index b341ab9..2fa78dd 100644 --- a/poster.py +++ b/poster.py @@ -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"):