From 9c66238b82b037b1fcdc801cdefbe4b7feb37985 Mon Sep 17 00:00:00 2001 From: Ojakoo Date: Wed, 3 Aug 2022 00:34:42 +0300 Subject: [PATCH] Remove old json route --- webapp/utils.py | 1 - 1 file changed, 1 deletion(-) diff --git a/webapp/utils.py b/webapp/utils.py index 0f64d5d..a1ac364 100644 --- a/webapp/utils.py +++ b/webapp/utils.py @@ -131,7 +131,6 @@ def add_to_mailinglist(email: str): try: # get data SCOPES = ["https://www.googleapis.com/auth/admin.directory.group"] - SERVICE_ACCOUNT_FILE = "google-service-cred.json" # create credentials, with subject is used to impersonate admin account # jas_manager has groups editor rights in google admin