Spaces:
Sleeping
Sleeping
Update authenticate.py
Browse files- authenticate.py +0 -1
authenticate.py
CHANGED
@@ -3,7 +3,6 @@ from google.auth.transport.requests import Request
|
|
3 |
from dotenv import load_dotenv
|
4 |
import json
|
5 |
import os
|
6 |
-
load_dotenv()
|
7 |
|
8 |
def get_access_token():
|
9 |
# Load service account credentials from JSON file or environment variable
|
|
|
3 |
from dotenv import load_dotenv
|
4 |
import json
|
5 |
import os
|
|
|
6 |
|
7 |
def get_access_token():
|
8 |
# Load service account credentials from JSON file or environment variable
|