We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4465fd commit c3a2117Copy full SHA for c3a2117
src/arguments/utility.py
@@ -45,7 +45,8 @@ def __init__(self):
45
46
@property
47
def playbook_path(self):
48
- """Create an environment variable 'DYNAMIC'
+ """
49
+ Create an environment variable 'DYNAMIC'
50
containing the path of dynamic_playbook.json and returns it
51
"""
52
if not os.getenv(self.key):
@@ -361,7 +362,8 @@ def get_ans(self, questions_list):
361
362
# Get an access token and extract to a JSON file "access_token.json"
363
@classmethod
364
def setCustomKey(self):
- """scopes possible values:
365
366
+ scopes possible values:
367
read_inbox - access a user's global inbox
368
no_expiry - access_token's with this scope do not expire
369
write_access - perform write operations as a user
0 commit comments