We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6382b5e commit d11ca01Copy full SHA for d11ca01
WebRecon/WebRecon.py
@@ -149,8 +149,7 @@ def start_recon(self):
149
results_str = pprint.pformat(self.recon_results,
150
compact=PPrintDefaultParams.Compact, width=PPrintDefaultParams.Width)
151
self._save_results(results_str, mode='w')
152
-
153
- self._update_progress_status(total_count, domains_count, OutputValues.EmptyStatusVal)
+ self._update_progress_status(total_count, domains_count, target)
154
self._log_status(OutputStatusKeys.State, OutputValues.StateComplete)
155
156
if CacheDefaultParams.ClearWhenFinished:
0 commit comments