Add notebook to checklist
1 files changed, 2 insertions(+), 1 deletions(-)

M check.py
M check.py +2 -1
@@ 11,6 11,7 @@ TASKS = [
     'Bril',
     'Methylfenidaat',
     'Start Pomodoro timer',
+    'Place notebook ready to take notes',
     'Quickly close all tabs, moving pages to to-read as required',
     '''Tell Teams standup what I'm working on today''',
     'Gather todos into workplan',

          
@@ 23,7 24,7 @@ TASKS = [
     '- Read at least 5 mails (Gmail) > todo.txt',
     'Check project statuses',
     '- Status of HPP project > todo.txt',
-    'Plan day: put TODOs into worklog, distribute over hours'
+    'Plan day: put TODOs into worklog, distribute over hours',
 ]
 
 @unique