Fix typo in get_instances.py
This commit is contained in:
parent
7a6731b4c9
commit
9de816e3e3
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue