mirror of
				https://git.webmeisterei.com/webmeisterei/todoist-taskwarrior.git
				synced 2025-10-31 10:02:42 +01:00 
			
		
		
		
	Fix typo in output at beginning of migration
This commit is contained in:
		| @@ -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'] | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Matt Snider
					Matt Snider