diff options
| author | Alexandre Flament <alex@al-f.net> | 2021-04-14 17:23:15 +0200 |
|---|---|---|
| committer | Alexandre Flament <alex@al-f.net> | 2021-04-21 16:24:46 +0200 |
| commit | 7acd7ffc02d14d175ec2a99ba984e47d8cb65d7d (patch) | |
| tree | 000b6e4b0038ed627bb114f8a2de83681bbf7ad4 /searx/raise_for_httperror/__init__.py | |
| parent | aae7830d14242ac1f98232f428654c5d2c9c5eb2 (diff) | |
[enh] rewrite and enhance metrics
Diffstat (limited to 'searx/raise_for_httperror/__init__.py')
| -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 |