From 63cc592d0263af44c53040c62f86d9516d921ac6 Mon Sep 17 00:00:00 2001 From: Login Securite <33292306+login-securite@users.noreply.github.com> Date: Thu, 30 Sep 2021 17:45:24 +0200 Subject: [PATCH] Fix issue #2 --- DonPAPI.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DonPAPI.py b/DonPAPI.py index a4d7e9b..d1d3921 100644 --- a/DonPAPI.py +++ b/DonPAPI.py @@ -182,7 +182,7 @@ def main(): my_report = reporting(sqlite3.connect(options.db_path), logging, options, targets) my_report.generate_report() if options.GetHashes: - my_report.export_hashes() + my_report.export_MKF_hashes() my_report.export_dcc2_hashes() #attendre la fin de toutes les threads ?