HarishMaths commited on
Commit
f912572
·
verified ·
1 Parent(s): f618811

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.LoadCredentialsFile('credentials.json')
22
  drive = GoogleDrive(gauth)
23
 
24
 
 
18
 
19
 
20
  gauth = GoogleAuth()
21
+ gauth.LoadCredentialsFile('/tmp/credentials.json')
22
  drive = GoogleDrive(gauth)
23
 
24