Spaces:
Runtime error
Runtime error
Update downloads.py
Browse files- downloads.py +1 -1
downloads.py
CHANGED
|
@@ -18,7 +18,7 @@ logger = logging.getLogger(__name__)
|
|
| 18 |
|
| 19 |
|
| 20 |
gauth = GoogleAuth()
|
| 21 |
-
gauth.
|
| 22 |
drive = GoogleDrive(gauth)
|
| 23 |
|
| 24 |
|
|
|
|
| 18 |
|
| 19 |
|
| 20 |
gauth = GoogleAuth()
|
| 21 |
+
gauth.LocalWebserverAuth()
|
| 22 |
drive = GoogleDrive(gauth)
|
| 23 |
|
| 24 |
|