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'),