Skip to content

Commit

Permalink
added a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Kannav02 committed Nov 19, 2024
1 parent e83b3f4 commit dd1ca19
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/utils/feedback.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ def submit_feedback_to_google_sheet(
]

creds = Credentials.from_service_account_file(service_account_file, scopes=scope)
# this is the place where the client is coming from, need to change this for mongoDB client
client = gspread.authorize(creds)

sheet_id = os.getenv("FEEDBACK_SHEET_ID", "")
Expand Down

0 comments on commit dd1ca19

Please sign in to comment.