Skip to content

Commit

Permalink
changed default spreadsheet permission to read only
Browse files Browse the repository at this point in the history
  • Loading branch information
AntounMichael committed Nov 12, 2023
1 parent 9502a5a commit dbe4cf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion google_sheets.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def email(self, message: str, email_addresses: [str]):
self.spreadsheet.share(
email_address,
perm_type="user",
role="writer",
role="reader",
notify=True,
email_message=message,
)
Expand Down

0 comments on commit dbe4cf5

Please sign in to comment.