AmirMoris commited on
Commit
315ac1a
·
1 Parent(s): f09a6d0

FIX: google drve private key

Browse files
Files changed (1) hide show
  1. GoogleDrive_API.py +0 -2
GoogleDrive_API.py CHANGED
@@ -34,8 +34,6 @@ class GoogleDrive_API:
34
  "universe_domain": "googleapis.com",
35
  }
36
 
37
- print(service_account_info["private_key"])
38
-
39
  credentials = service_account.Credentials.from_service_account_info(
40
  service_account_info, scopes=self.SCOPES
41
  )
 
34
  "universe_domain": "googleapis.com",
35
  }
36
 
 
 
37
  credentials = service_account.Credentials.from_service_account_info(
38
  service_account_info, scopes=self.SCOPES
39
  )