Compare commits
1 Commits
98b71218c4
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
| 27c8f731a3 |
2
main.py
2
main.py
@@ -117,7 +117,7 @@ if __name__ == "__main__":
|
||||
|
||||
client.add_todo(task)
|
||||
|
||||
print('process finished for date {}: {} tasks created\n'.format(run_date, len(task_list)))
|
||||
print('process finished for date {}: {} tasks created'.format(run_date, len(task_list)))
|
||||
run_date = run_date + datetime.timedelta(days=1)
|
||||
|
||||
with open(last_run_file_path, 'w') as last_run_file:
|
||||
|
||||
Reference in New Issue
Block a user