Fix typo in get_instances.py

This commit is contained in:
xykg1tbi4u6c6tj1 2022-06-19 12:21:02 +00:00 committed by GitHub
parent 7a6731b4c9
commit 9de816e3e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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