mirror of
https://github.com/bellingcat/auto-archiver.git
synced 2026-06-12 13:18:28 +03:00
Separate setup() and module_setup().
This commit is contained in:
@@ -21,7 +21,7 @@ from . import GWorksheet
|
||||
|
||||
class GsheetsFeeder(Feeder):
|
||||
|
||||
def module_setup(self) -> None:
|
||||
def setup(self) -> None:
|
||||
self.gsheets_client = gspread.service_account(filename=self.service_account)
|
||||
# TODO mv to validators
|
||||
assert self.sheet or self.sheet_id, (
|
||||
|
||||
Reference in New Issue
Block a user