From 1e7b3208e37a018e9b22c049a64f7abc0897c627 Mon Sep 17 00:00:00 2001 From: Jeroen Oudshoorn Date: Fri, 13 Oct 2023 14:50:36 +0200 Subject: [PATCH] v2.4.7 Signed-off-by: Jeroen Oudshoorn --- pwnagotchi/plugins/default/gdrivesync.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pwnagotchi/plugins/default/gdrivesync.py b/pwnagotchi/plugins/default/gdrivesync.py index 203e0720..823345b3 100644 --- a/pwnagotchi/plugins/default/gdrivesync.py +++ b/pwnagotchi/plugins/default/gdrivesync.py @@ -40,7 +40,7 @@ class GdriveSync(plugins.Plugin): if 'files' in file_list and len(file_list['files']) > 0: return file_list['files'][0]['id'] except Exception as e: - print(f"Error in get_folder_id_by_name: {e}") + logging.error(f"Error in get_folder_id_by_name: {e}") return None def on_loaded(self):