Update autodoist.py

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

View File

@ -642,7 +642,6 @@ def overdue_recurring_completed(api):
else:
new_date = str(dt_new_date.strftime('%Y-%m-%d')) + 'T' + str(dt_new_date.strftime('%H:%M:%S'))
print(f"|{new_date}|")
due = task['due']
print(due)
due['date'] = str(new_date)