mirror of
https://github.com/nmap/nmap.git
synced 2025-12-10 07:51:32 +00:00
Remove unused variable. #1834
This commit is contained in:
@@ -506,10 +506,7 @@ class ScanInterface(HIGVBox):
|
|||||||
self.update_ui()
|
self.update_ui()
|
||||||
|
|
||||||
def collect_umit_info(self, command, parsed):
|
def collect_umit_info(self, command, parsed):
|
||||||
profile = CommandProfile()
|
parsed.profile_name = command.profile
|
||||||
profile_name = command.profile
|
|
||||||
|
|
||||||
parsed.profile_name = profile_name
|
|
||||||
parsed.nmap_command = command.command
|
parsed.nmap_command = command.command
|
||||||
|
|
||||||
def kill_all_scans(self):
|
def kill_all_scans(self):
|
||||||
|
|||||||
Reference in New Issue
Block a user