fix: mtscan plugin

Change the MTSCAN plugin with the correct name
This commit is contained in:
elraro
2024-08-10 12:48:25 +02:00
committed by GitHub
parent b4f1e6a5da
commit c88afde5f8

View File

@@ -36,7 +36,7 @@ CUR_PATH = str(pathlib.Path(__file__).parent.resolve())
LOG_FILE = os.path.join(CUR_PATH, 'script.log')
RESULT_FILE = os.path.join(CUR_PATH, 'last_result.log')
pluginName = 'NSLOOKUP'
pluginName = 'MTSCAN'
def main():