diff --git a/lookyloo/lookyloo.py b/lookyloo/lookyloo.py index 52c840bd..d7eb7f52 100644 --- a/lookyloo/lookyloo.py +++ b/lookyloo/lookyloo.py @@ -159,7 +159,7 @@ class Lookyloo(): self.redis.hset('lookup_dirs', uuid, str(capture_dir)) return - har = HarFile(har_files[0]) + har = HarFile(har_files[0], uuid) redirects = har.initial_redirects incomplete_redirects = False diff --git a/poetry.lock b/poetry.lock index 00f3f1cc..b4b203a0 100644 --- a/poetry.lock +++ b/poetry.lock @@ -306,7 +306,7 @@ publicsuffix2 = "^2.20191221" six = "^1.14.0" [package.source] -reference = "d65554d3a733790431aedb0d4209907471978421" +reference = "54bde13604f83479cd277f57def709c5f08f7411" type = "git" url = "https://github.com/viper-framework/har2tree.git" [[package]] @@ -870,7 +870,7 @@ scrapy = "^1.8.0" scrapy-splash = "^0.7.2" [package.source] -reference = "2713eaf0808eaa1244cdf0df96db20138670d16d" +reference = "57cb78f53870636318fc12713b48f230fb9a15cf" type = "git" url = "https://github.com/viper-framework/ScrapySplashWrapper.git" [[package]]