mirror of https://github.com/CIRCL/lookyloo
fix: Use proper variable when the upload is a file
parent
736b8717cf
commit
8dfa1304ef
|
@ -119,7 +119,7 @@ class MISPs(Mapping, AbstractModule): # type: ignore[type-arg]
|
||||||
redirects[-1].comment = f'Last redirect ({nb})'
|
redirects[-1].comment = f'Last redirect ({nb})'
|
||||||
|
|
||||||
if redirects:
|
if redirects:
|
||||||
prec_object = initial_url
|
prec_object = initial_obj
|
||||||
for u_object in redirects:
|
for u_object in redirects:
|
||||||
prec_object.add_reference(u_object, 'redirects-to')
|
prec_object.add_reference(u_object, 'redirects-to')
|
||||||
prec_object = u_object
|
prec_object = u_object
|
||||||
|
|
Loading…
Reference in New Issue