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"):