mirror of
https://github.com/bellingcat/auto-archiver.git
synced 2026-06-12 05:08:28 +03:00
Separate setup() and module_setup().
This commit is contained in:
@@ -19,7 +19,7 @@ from auto_archiver.core import Storage
|
||||
|
||||
class GDriveStorage(Storage):
|
||||
|
||||
def module_setup(self) -> None:
|
||||
def setup(self) -> None:
|
||||
self.scopes = ['https://www.googleapis.com/auth/drive']
|
||||
# Initialize Google Drive service
|
||||
self._setup_google_drive_service()
|
||||
|
||||
Reference in New Issue
Block a user