Skip to content

Commit 6b7357e

Browse files
committed
Update warning
1 parent cbdd8a3 commit 6b7357e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

frameioclient/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ def create_team(self, account_id, **kwargs):
100100
name="My Awesome Project",
101101
)
102102
"""
103-
warnings.warn('You will need to make sure your token supports team.create scopes.')
103+
warnings.warn('Note: Your token must support team.create scopes')
104104
endpoint = '/accounts/{}/teams'.format(account_id)
105105
return self._api_call('post', endpoint, payload=kwargs)
106106

0 commit comments

Comments
 (0)