diff --git a/autodoist.py b/autodoist.py index 1c1b373..5584518 100644 --- a/autodoist.py +++ b/autodoist.py @@ -767,7 +767,7 @@ def run_recurring_lists_logic(args, api,connection, task, task_items, task_items today_str = t.strftime("%Y-%m-%d") # Update due-date to today - api.update_task(task_id=task.id, due_date=today_str) #TODO: Apparently this breaks the reccuring string... + api.update_task(task_id=task.id, due_date=today_str, due_string=task.due.string) #TODO: Apparently this breaks the reccuring string... logging.info("Update date on task: '%s'" % (task.content)) # Save the new date for reference us diff --git a/metadata.sqlite b/metadata.sqlite new file mode 100644 index 0000000..cc84a2a Binary files /dev/null and b/metadata.sqlite differ