Skip to content

Commit

Permalink
Revert 14c7bc3
Browse files Browse the repository at this point in the history
  • Loading branch information
shelld3v authored Oct 15, 2024
1 parent 6631e05 commit f17487c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions lib/controller/controller.py
Original file line number Diff line number Diff line change
Expand Up @@ -417,9 +417,7 @@ def setup_reports(self):
directory_path = self.setup_batch_reports()
filename = "BATCH." + self.get_output_extension()
else:
self.set_target(options["urls"][0])

parsed = urlparse(self.url)
parsed = urlparse(options["urls"][0])

if not parsed.netloc:
parsed = urlparse(f"//{options['urls'][0]}")
Expand Down

0 comments on commit f17487c

Please sign in to comment.