diff --git a/youtube_api.py b/youtube_api.py index af7717f..bf2a03e 100644 --- a/youtube_api.py +++ b/youtube_api.py @@ -50,7 +50,7 @@ def main(): api_service_name = "youtube" api_version = "v3" - client_secret = "/home/david/client_secrets.json" + client_secret = "./client_secrets.json" flow = InstalledAppFlow.from_client_secrets_file( client_secret, scopes)