Bỏ chức năng tìm hostname ở ip

This commit is contained in:
2026-03-09 12:31:38 +07:00
parent 24dc073b21
commit 564b2567b6
2 changed files with 1 additions and 20 deletions

View File

@@ -533,10 +533,7 @@ class App(QWidget):
self.scan_progress_bar.setRange(0, 0)
self.scan_progress_bar.setFormat(" ARP broadcast scan...")
self.scan_status.setText("⏳ Running ARP broadcast scan...")
elif stage == "hostname":
self.scan_progress_bar.setRange(0, 0)
self.scan_progress_bar.setFormat(" Resolving hostnames...")
self.scan_status.setText("⏳ Resolving hostnames...")
def _on_scan_progress(self, done, total):
self.scan_progress_bar.setRange(0, total)