diff options
author | xykg1tbi4u6c6tj1 <107795501+xykg1tbi4u6c6tj1@users.noreply.github.com> | 2022-06-19 12:21:02 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-19 12:21:02 +0000 |
commit | 9de816e3e318fb5725643031cecd9866c773c6f9 (patch) | |
tree | 5b0605c264cd3c8459b530fd3c7d8673a57f63e5 /src | |
parent | Update wikiless function in get_instances.py (diff) | |
download | libredirect-9de816e3e318fb5725643031cecd9866c773c6f9.zip |
Fix typo in get_instances.py
Diffstat (limited to 'src')
-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 5f56dddb..7c270843 100644 --- a/src/instances/get_instances.py +++ b/src/instances/get_instances.py @@ -219,7 +219,7 @@ def wikiless(): if 'url' in item: wikilessList['normal'].append(item['url']) if 'onion' in item: - wikilessList['onion'].append(item['onion']) + wikilessList['tor'].append(item['onion']) if 'i2p' in item: wikilessList['i2p'].append(item['i2p']) mightyList['wikiless'] = wikilessList |