This commit is contained in:
Jokob-sk
2023-06-10 11:11:40 +10:00
parent 67c20cabc3
commit d8df097e83
2 changed files with 5 additions and 3 deletions

View File

@@ -278,7 +278,7 @@ class DB():
# if nmapScanMissing == False:
# # Re-creating Nmap_Scan table
# sql.execute("DROP TABLE Nmap_Scan;")
# self.sql.execute("DROP TABLE Nmap_Scan;")
# nmapScanMissing = True
if nmapScanMissing: