Skip to content

Commit a102764

Browse files
committed
#516 changed the path.
1 parent 337aa8f commit a102764

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/penn_chime/presentation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -440,7 +440,7 @@ def subscribe(st_obj):
440440
send_subscription_to_google_sheet_secret_json(st_obj, row)
441441

442442
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"
443+
json_secret = "/mnt/google-api-creds/client_secret.json"
444444
#print(json_secret)
445445
spr = sp.spreadsheet (st_obj, json_secret)
446446
spr.writeToSheet("CHIME Form Submissions", row)

0 commit comments

Comments
 (0)