File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -359,16 +359,17 @@ def inbox(**kwargs):
359
359
def today (** kwargs ):
360
360
"""
361
361
Note: This might not produce desired results if the Things app hasn't
362
- been opened yet today. In general, you can assume that whatever state
363
- the Things app was in when you last opened it, that's the state
364
- reflected here by the API.
362
+ been opened yet today and the yellow "OK" button clicked for new tasks.
363
+ In general, you can assume that whatever state the Things app was in
364
+ when you last opened it, that's the state reflected here by the API.
365
365
"""
366
366
database = pop_database (kwargs )
367
367
if not database .was_modified_today ():
368
368
print (
369
369
"[NOTE] The results reflect the state of the Things app "
370
370
"when it was last run. If the results seem out of date, "
371
- "then run the Things app to update the database." ,
371
+ "then run the Things app and click the yellow 'OK' button "
372
+ "to update Today's to-dos and projects." ,
372
373
file = sys .stderr ,
373
374
)
374
375
return tasks (
You can’t perform that action at this time.
0 commit comments