Skip to content

Commit

Permalink
Update webhook.py
Browse files Browse the repository at this point in the history
  • Loading branch information
C64Axel authored Nov 6, 2023
1 parent 84ee1e0 commit 259361c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/webhook.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 259361c

Please sign in to comment.