mirror of
https://git.webmeisterei.com/webmeisterei/todoist-taskwarrior.git
synced 2023-12-21 10:23:00 +01:00
Fix typo in output at beginning of migration
This commit is contained in:
parent
b624aa77e6
commit
33d3dd3417
@ -90,7 +90,7 @@ def migrate(ctx, interactive, sync):
|
|||||||
ctx.invoke(synchronize)
|
ctx.invoke(synchronize)
|
||||||
|
|
||||||
tasks = todoist.items.all()
|
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):
|
for idx, task in enumerate(tasks):
|
||||||
data = {}
|
data = {}
|
||||||
tid = data['tid'] = task['id']
|
tid = data['tid'] = task['id']
|
||||||
|
Loading…
Reference in New Issue
Block a user