From c7ab4e564c0d7a3f140f7f10444daaca7fea7c34 Mon Sep 17 00:00:00 2001 From: Hoffelhas Date: Mon, 25 Jan 2021 18:00:43 +0100 Subject: [PATCH] v1.5 --- autodoist.py | 1 + 1 file changed, 1 insertion(+) diff --git a/autodoist.py b/autodoist.py index b8bcad3..1ef674f 100644 --- a/autodoist.py +++ b/autodoist.py @@ -635,6 +635,7 @@ def autodoist_magic(args, api, label_id, regen_labels_id): for item in items: active_type = None # Reset + # Possible nottes routine for the future # notes = api.notes.all() TODO: Quick notes test to see what the impact is? # note_content = [x['content'] for x in notes if x['item_id'] == item['id']] # print(note_content)