From fc43fa556744dbb76fac7b58b0f2626a432ea9d9 Mon Sep 17 00:00:00 2001 From: diSabler Date: Sun, 30 Jul 2017 19:24:33 +0300 Subject: fix: logger --- plugins/logger.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/logger.py b/plugins/logger.py index 3e01ee1..3661b5b 100644 --- a/plugins/logger.py +++ b/plugins/logger.py @@ -64,7 +64,7 @@ if not os.path.exists(LOG_FOLDER % ''): def cmd_log(raw_in, text): if LOG_URL: chat_id = raw_in['message'].get('chat', {}).get('id', '') - msg = 'Logs are here!' % (LOG_URL, chat_id) + msg = 'Logs are here!' % (LOG_URL, chat_id) else: msg = 'Logs not configured!' send_msg(raw_in, msg, custom={'disable_web_page_preview': 'true'}) -- cgit v1.2.3