mirror of https://github.com/CIRCL/lookyloo
fix: pass the browser to the brower key.
parent
d7f849ae7e
commit
b7302d09b5
|
@ -91,7 +91,7 @@ class AsyncCapture(AbstractManager):
|
|||
|
||||
self.lookyloo.store_capture(
|
||||
uuid, listing,
|
||||
os=to_capture.get('os'), browser=to_capture.get('os'),
|
||||
os=to_capture.get('os'), browser=to_capture.get('browser'),
|
||||
parent=to_capture.get('parent'),
|
||||
downloaded_filename=entries.get('downloaded_filename'),
|
||||
downloaded_file=entries.get('downloaded_file'),
|
||||
|
|
Loading…
Reference in New Issue