summaryrefslogtreecommitdiff
path: root/searx/webapp.py
diff options
context:
space:
mode:
authorMarkus Heiser <markus.heiser@darmarit.de>2020-01-31 17:27:52 +0100
committerMarkus Heiser <markus.heiser@darmarit.de>2020-01-31 17:27:52 +0100
commit1e3d2f680077bcfcb3201821df175fcf986c5f7a (patch)
tree8bf1b796fd5bd4af80a44add23f1083d383bd19d /searx/webapp.py
parent0bb884708745a708b35a3185afc6ad99f20c1838 (diff)
parent6060ab85f8d920bd25093d70bf0a86920dcd5a9a (diff)
Merge branch 'master' of https://github.com/asciimoo/searx into filtron
Diffstat (limited to 'searx/webapp.py')
-rw-r--r--searx/webapp.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/searx/webapp.py b/searx/webapp.py
index 212c874c9..aadefe6b9 100644
--- a/searx/webapp.py
+++ b/searx/webapp.py
@@ -95,6 +95,8 @@ if sys.version_info[0] == 3:
PY3 = True
else:
PY3 = False
+ logger.warning('\033[1;31m *** Deprecation Warning ***\033[0m')
+ logger.warning('\033[1;31m Python2 is deprecated\033[0m')
# serve pages with HTTP/1.1
from werkzeug.serving import WSGIRequestHandler