From c88afde5f89120df9f49d6341e55bebac794b931 Mon Sep 17 00:00:00 2001 From: elraro Date: Sat, 10 Aug 2024 12:48:25 +0200 Subject: [PATCH] fix: mtscan plugin Change the MTSCAN plugin with the correct name --- front/plugins/mikrotik_scan/mikrotik.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/front/plugins/mikrotik_scan/mikrotik.py b/front/plugins/mikrotik_scan/mikrotik.py index 88c2f098..d8594bf6 100755 --- a/front/plugins/mikrotik_scan/mikrotik.py +++ b/front/plugins/mikrotik_scan/mikrotik.py @@ -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():