Spaces:
Runtime error
Runtime error
Update home/views.py
Browse files- 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 |
|