thejagstudio commited on
Commit
c05e4e0
1 Parent(s): 3acc06f

Update home/views.py

Browse files
Files changed (1) hide show
  1. home/views.py +1 -1
home/views.py CHANGED
@@ -30,7 +30,7 @@ else:
30
  # Initialize the saved creds
31
  gauth.Authorize()
32
  # Save the current credentials to a file
33
- gauth.SaveCredentialsFile("mycreds.txt")
34
  DRIVE = GoogleDrive(gauth)
35
 
36
 
 
30
  # Initialize the saved creds
31
  gauth.Authorize()
32
  # Save the current credentials to a file
33
+ #gauth.SaveCredentialsFile("mycreds.txt")
34
  DRIVE = GoogleDrive(gauth)
35
 
36