Skip to content

Commit

Permalink
small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
zitelog committed May 14, 2023
1 parent 6aff527 commit 9697bbd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions view/acquisition/acquisition.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,8 @@ def stop(self, tasks, url, external_tasks=0, percent=100):
self.add_task(_traceroute)
self.set_message_on_the_statusbar(logger.TRACEROUTE_GET)
_traceroute.start(url, self.folder)
else:
self.total_internal_tasks -= 1

if Tasks.SSLKEYLOG in tasks and self.folder is not None:
_sslkeylog = sslkeylog.AcquisitionSSLKeyLog(Tasks.SSLKEYLOG, State.STARTED, Status.PENDING, self)
Expand Down

0 comments on commit 9697bbd

Please sign in to comment.