Skip to content

Commit

Permalink
Update helper.py
Browse files Browse the repository at this point in the history
Fix a mistake.
  • Loading branch information
Dawn-India authored Oct 13, 2024
1 parent 8d075ce commit 38c7eef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bot/helper/task_utils/gdrive_utils/helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
class GoogleDriveHelper:

def __init__(self):
self._OAUTH_SCOPE = "https://www.googleapis.com/auth/drive"
self._OAUTH_SCOPE = ["https://www.googleapis.com/auth/drive"]
self.token_path = "token.pickle"
self.G_DRIVE_DIR_MIME_TYPE = "application/vnd.google-apps.folder"
self.G_DRIVE_BASE_DOWNLOAD_URL = "https://drive.google.com/uc?id={}&export=download"
Expand Down

0 comments on commit 38c7eef

Please sign in to comment.