From 259361c4fee21cf33c92be2dd89758d4e71e5a62 Mon Sep 17 00:00:00 2001 From: C64Axel <33828760+C64Axel@users.noreply.github.com> Date: Mon, 6 Nov 2023 17:56:16 +0100 Subject: [PATCH] Update webhook.py --- lib/webhook.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/webhook.py b/lib/webhook.py index f84186f..39ba16b 100644 --- a/lib/webhook.py +++ b/lib/webhook.py @@ -142,7 +142,7 @@ def sendmonster(bot, config, connection, pkmn_loc, geoprovider, geofences, allow for chat_id, iv, level in result_pkmn: if not user_ok(bot, connection, allowmode, tggroup, chat_id): - logger.info("ChatID {} not allowed for this Bot but has assignments".format(chat_id)) + logger.warning("ChatID {} not allowed for this Bot but has assignments".format(chat_id)) continue # get the user details