Update autodoist.py

pull/16/head
Ari Bailey 2021-06-19 11:27:50 -04:00
parent 1678674cb5
commit 190037364d
1 changed files with 0 additions and 1 deletions

View File

@ -643,7 +643,6 @@ def overdue_recurring_completed(api):
new_date = str(dt_new_date.strftime('%Y-%m-%d')) + 'T' + str(dt_new_date.strftime('%H:%M:%S'))
due = task['due']
print(due)
due['date'] = str(new_date)
task.update(due=due)
curr += 1