Fix typo
This commit is contained in:
parent
6f7eddf0f0
commit
04f35b8cca
@ -81,7 +81,7 @@ def splice():
|
|||||||
if sources:
|
if sources:
|
||||||
ids = sources[0].getElementsByTagName('id')
|
ids = sources[0].getElementsByTagName('id')
|
||||||
if ids and ids[0].childNodes[0].nodeValue not in sub_ids:
|
if ids and ids[0].childNodes[0].nodeValue not in sub_ids:
|
||||||
ids = sources[0].getElementsByTagName('planet_id')
|
ids = sources[0].getElementsByTagName('planet:id')
|
||||||
if not ids: continue
|
if not ids: continue
|
||||||
if ids[0].childNodes[0].nodeValue not in sub_ids: continue
|
if ids[0].childNodes[0].nodeValue not in sub_ids: continue
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user