diff options
author | BobIsMyManager <bimmgitsignature.nly8m@simplelogin.co> | 2022-07-29 10:31:44 +0100 |
---|---|---|
committer | BobIsMyManager <bimmgitsignature.nly8m@simplelogin.co> | 2022-07-29 10:31:44 +0100 |
commit | 9b30663111b66c28613187b6039265023284f36d (patch) | |
tree | 80b313775308fb7ddcb13939f1003cff2b38f47a | |
parent | Fixed labels (diff) | |
download | libredirect-9b30663111b66c28613187b6039265023284f36d.zip |
Minor spelling mistake
-rw-r--r-- | src/instances/get_instances.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/instances/get_instances.py b/src/instances/get_instances.py index e19bfbbe..0d0e8c78 100644 --- a/src/instances/get_instances.py +++ b/src/instances/get_instances.py @@ -431,7 +431,7 @@ def searx_searxng(): searxngList['tor'].append(item[:-1]) else: searxList['tor'].append(item[:-1]) - elif re.search(torRegex, item[:-1]): + elif re.search(i2pRegex, item[:-1]): if (rJson['instances'][item].get('generator') == 'searxng'): searxngList['i2p'].append(item[:-1]) else: |