Skip to content

Commit d11ca01

Browse files
committed
keep current
1 parent 6382b5e commit d11ca01

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

WebRecon/WebRecon.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,8 +149,7 @@ def start_recon(self):
149149
results_str = pprint.pformat(self.recon_results,
150150
compact=PPrintDefaultParams.Compact, width=PPrintDefaultParams.Width)
151151
self._save_results(results_str, mode='w')
152-
153-
self._update_progress_status(total_count, domains_count, OutputValues.EmptyStatusVal)
152+
self._update_progress_status(total_count, domains_count, target)
154153
self._log_status(OutputStatusKeys.State, OutputValues.StateComplete)
155154

156155
if CacheDefaultParams.ClearWhenFinished:

0 commit comments

Comments
 (0)