mirror of
https://github.com/bellingcat/auto-archiver.git
synced 2026-06-13 05:38:29 +03:00
Refactoring for new config setup
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
import json, gspread
|
||||
|
||||
from ..core import Step
|
||||
from ..core import BaseModule
|
||||
|
||||
|
||||
class Gsheets(Step):
|
||||
class Gsheets(BaseModule):
|
||||
name = "gsheets"
|
||||
|
||||
def __init__(self, config: dict) -> None:
|
||||
|
||||
Reference in New Issue
Block a user