You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
service = project.services.get(service_name='asana', project_id=932)
This throws me an error:
Traceback (most recent call last):
service = project.services.get(service_name='asana', project_id=932)
TypeError: get() takes exactly 2 arguments (1 given)
I think there is some incorrect key name to be used in parameters which is resulted in the error.
Can you help how can I make this work by giving the correct parameters to be passed?
Thanks
The text was updated successfully, but these errors were encountered:
Hi Team,
service = project.services.get(service_name='asana', project_id=932)
This throws me an error:
Traceback (most recent call last):
service = project.services.get(service_name='asana', project_id=932)
TypeError: get() takes exactly 2 arguments (1 given)
I think there is some incorrect key name to be used in parameters which is resulted in the error.
Can you help how can I make this work by giving the correct parameters to be passed?
Thanks
The text was updated successfully, but these errors were encountered: