From a0accbeb6f7954779c16dd4655f3666e1a4e944f Mon Sep 17 00:00:00 2001 From: Marius <24592972+gilbN@users.noreply.github.com> Date: Thu, 29 Oct 2020 00:23:12 +0100 Subject: [PATCH] updated warning message --- geoip2influx.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/geoip2influx.py b/geoip2influx.py index 08909c1..79cef2a 100644 --- a/geoip2influx.py +++ b/geoip2influx.py @@ -192,7 +192,7 @@ def logparse( log = re_ipv6 else: logging.warning('Failed to match regex that previously matched!? Skipping this line!\n' - 'Please share the log line below on Discord or Github!\n' + 'If you think the regex should have mathed the line, please share the log line below on https://discord.gg/HSPa4cz or Github: https://github.com/gilbN/geoip2influx\n' f'Line: {line}' ) continue