parent
2128949a78
commit
cbea442ec2
|
@ -109,6 +109,8 @@ def main():
|
||||||
current_path = value
|
current_path = value
|
||||||
elif key == 'Alternative':
|
elif key == 'Alternative':
|
||||||
all_alternatives.append(value)
|
all_alternatives.append(value)
|
||||||
|
elif key == 'Link' and not link:
|
||||||
|
link = value
|
||||||
|
|
||||||
if current_path != path:
|
if current_path != path:
|
||||||
try:
|
try:
|
||||||
|
|
Loading…
Reference in New Issue