diff options
| author | Alexandre Flament <alex@al-f.net> | 2021-04-24 07:02:52 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-24 07:02:52 +0200 |
| commit | 3cdd6a6a504dd283e2afabaf903b2c8c9a2cc286 (patch) | |
| tree | da863c43f3632a6f6d82dc6d32654693a5b96c9c /Makefile | |
| parent | 461c6fb21eb3f63c5b025724a0b9e90b41d42a71 (diff) | |
| parent | 7032f7521c344592dc68f89027c98cdec46d7055 (diff) | |
Merge pull request #12 from searxng/metrics-stats-page
[mod] update /stats
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -199,7 +199,8 @@ PYLINT_FILES=\ searx/engines/yahoo_news.py \ searx/engines/apkmirror.py \ searx/engines/artic.py \ - searx_extra/update/update_external_bangs.py + searx_extra/update/update_external_bangs.py \ + searx/metrics/__init__.py test.pylint: pyenvinstall $(call cmd,pylint,$(PYLINT_FILES)) |