Fix typo in output at beginning of migration

This commit is contained in:
Matt Snider 2019-03-25 22:18:03 +01:00
parent b624aa77e6
commit 33d3dd3417
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ def migrate(ctx, interactive, sync):
ctx.invoke(synchronize)
tasks = todoist.items.all()
io.important(f'Starting migration of {len(tasks)}...')
io.important(f'Starting migration of {len(tasks)} tasks...')
for idx, task in enumerate(tasks):
data = {}
tid = data['tid'] = task['id']