From a6e3dbde6fd2f98f9b6566f587ae5ce25a8e4d9c Mon Sep 17 00:00:00 2001 From: nicolas-f <1382241+nicolas-f@users.noreply.github.com> Date: Mon, 15 Jan 2024 11:53:19 +0100 Subject: [PATCH] fix code --- .../playbooks/files/scripts_elasticsearch/feed_rpi_data.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/ansible_openvpn/playbooks/files/scripts_elasticsearch/feed_rpi_data.py b/services/ansible_openvpn/playbooks/files/scripts_elasticsearch/feed_rpi_data.py index 79079e1..813d9dc 100644 --- a/services/ansible_openvpn/playbooks/files/scripts_elasticsearch/feed_rpi_data.py +++ b/services/ansible_openvpn/playbooks/files/scripts_elasticsearch/feed_rpi_data.py @@ -105,7 +105,7 @@ def fetch_data(args): os.makedirs(parent_dir_destination) os.rename(file_path, destination) if args.verbose: - print("Processed %d documents, now move %s to %s" %(processed_documents, file_path, destination) + print("Processed %d documents, now move %s to %s" %(processed_documents, file_path, destination)) def main():