HarishMaths commited on
Commit
96afbc4
·
verified ·
1 Parent(s): 5e6bc86

Update downloads.py

Browse files
Files changed (1) hide show
  1. downloads.py +1 -1
downloads.py CHANGED
@@ -18,7 +18,7 @@ logger = logging.getLogger(__name__)
18
 
19
 
20
  gauth = GoogleAuth()
21
- gauth.LocalWebserverAuth()
22
  drive = GoogleDrive(gauth)
23
 
24
 
 
18
 
19
 
20
  gauth = GoogleAuth()
21
+ gauth.LoadCredentialsFile('./tmp/credentials.json')
22
  drive = GoogleDrive(gauth)
23
 
24