From b7302d09b5ab549745758fbbdae62466104170f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Vinot?= Date: Fri, 2 Dec 2022 14:26:08 +0100 Subject: [PATCH] fix: pass the browser to the brower key. --- bin/async_capture.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/async_capture.py b/bin/async_capture.py index beb0fe26..f2df0d6b 100755 --- a/bin/async_capture.py +++ b/bin/async_capture.py @@ -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'),