diff options
| author | Alexandre Flament <alex@al-f.net> | 2021-04-22 08:34:17 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-22 08:34:17 +0200 |
| commit | c6d5605d272c963b075bf17eba7407d0a700cd2a (patch) | |
| tree | 799ef589f587465f1b8d323fc1f569b1c7590f2a /searx/raise_for_httperror | |
| parent | b7848e342273526192a3392dcfd8c291196506ac (diff) | |
| parent | baff1cbbab8a72155823c3186971a5f56d7a92f2 (diff) | |
Merge pull request #7 from searxng/metrics
Metrics
Diffstat (limited to 'searx/raise_for_httperror')
| -rw-r--r-- | searx/raise_for_httperror/__init__.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/searx/raise_for_httperror/__init__.py b/searx/raise_for_httperror/__init__.py new file mode 100644 index 000000000..b133da507 --- /dev/null +++ b/searx/raise_for_httperror/__init__.py @@ -0,0 +1,2 @@ +# compatibility with searx/searx +from searx.network import raise_for_httperror |