From 304bbd230a1b801069cfce259c6ad0f25d48116c Mon Sep 17 00:00:00 2001 From: Philip Sargent Date: Tue, 13 Apr 2021 00:18:30 +0100 Subject: deprecated non-raw regex --- core/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/utils.py') diff --git a/core/utils.py b/core/utils.py index deca124..84a8191 100644 --- a/core/utils.py +++ b/core/utils.py @@ -40,7 +40,7 @@ TROG = { } } -# This is module-level executable. This is a Bad Thing. +# This is module-level executable. This is a Bad Thing. Especially when it touches the file system. try: logging.basicConfig(level=logging.DEBUG, filename=settings.LOGFILE, -- cgit v1.2.3