From 08ad2198b27d889976523820a0b26484f1a38e24 Mon Sep 17 00:00:00 2001 From: Gioacchino Vino <gioacchino.vino@infn.it> Date: Wed, 8 May 2024 18:24:39 +0200 Subject: [PATCH] New oids classification --- files/gvm_library.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/gvm_library.py b/files/gvm_library.py index ee49ed5..9761318 100644 --- a/files/gvm_library.py +++ b/files/gvm_library.py @@ -681,7 +681,7 @@ class ReportManager(): # Init global aggregated variables self.init_glob_vars() - pretty_json(self.imported_oids) + print("QWEQWE", self.imported_oids) for host, host_report in self.imported_oids: for res_report in host_report: -- GitLab