Hello,
using Marathon 1.9.109 and marathon-python 0.13, when doing:
client.get_app('app_id', embed_task_stats=True)
I get unexpected keyword argument 'tasks_stats' on the init of MarathonApp.
It seems that the response from Marathon changed from taskStats to tasksStats (tasks is now plural)