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 337aa8f commit a102764Copy full SHA for a102764
src/penn_chime/presentation.py
@@ -440,7 +440,7 @@ def subscribe(st_obj):
440
send_subscription_to_google_sheet_secret_json(st_obj, row)
441
442
def send_subscription_to_google_sheet_secret_json(st_obj, row):
443
- json_secret = "/Users/mpatil763/opensource/COVED-19/repo/chime/src/penn_chime/client_secret.json"
+ json_secret = "/mnt/google-api-creds/client_secret.json"
444
#print(json_secret)
445
spr = sp.spreadsheet (st_obj, json_secret)
446
spr.writeToSheet("CHIME Form Submissions", row)
0 commit comments