Skip to content

Commit 8e1665e

Browse files
committed
Fixed the typo in upstream branch.
1 parent f6b35de commit 8e1665e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/penn_chime/view/st_display.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -449,7 +449,7 @@ def subscribe(st_obj):
449449
def send_subscription_to_google_sheet_secret_json(st_obj, row):
450450
json_secret = "/mnt/google-api-creds/client_secret.json"
451451
#print(json_secret)
452-
spr = sp.spreadsheet (st_obj, json_secret)
452+
spr = spreadsheet (st_obj, json_secret)
453453
spr.writeToSheet("CHIME Form Submissions", row)
454454

455455
def send_subscription_to_google_sheet_secret_dict(st_obj, row):

0 commit comments

Comments
 (0)