Skip to content

Commit

Permalink
default value
Browse files Browse the repository at this point in the history
  • Loading branch information
skoudoro committed Jan 13, 2023
1 parent 4a35a0a commit dbd0766
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gapps/cardservice/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ def build(self):
print(card)
return card

def requestFileScopeForActiveDocument(self, itemId):
def requestFileScopeForActiveDocument(self, itemId=''):
"""Request file scope."""
self._item_id = itemId
return self
Expand Down

0 comments on commit dbd0766

Please sign in to comment.