From f6863b8eb2055d736367dc6a4088ecf236d97555 Mon Sep 17 00:00:00 2001 From: Miguel Sozinho Ramalho <19508417+msramalho@users.noreply.github.com> Date: Tue, 18 Mar 2025 14:10:47 +0000 Subject: [PATCH] Update src/auto_archiver/modules/gsheet_feeder_db/__manifest__.py --- src/auto_archiver/modules/gsheet_feeder_db/__manifest__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/auto_archiver/modules/gsheet_feeder_db/__manifest__.py b/src/auto_archiver/modules/gsheet_feeder_db/__manifest__.py index e443b9d..f5aec93 100644 --- a/src/auto_archiver/modules/gsheet_feeder_db/__manifest__.py +++ b/src/auto_archiver/modules/gsheet_feeder_db/__manifest__.py @@ -75,6 +75,6 @@ or use the script `bash scripts/generate_google_service_account.sh`. 2. Create a Google sheet with the required column(s) and then define the `sheet` or `sheet_id` configuration to specify this sheet. 3. Customize the column names in your Google sheet using the `columns` configuration. - 4. The Google Sheet can be used soley as a feeder or as a feeder and database, but note you can't currently feed into the database from an alternate feeder. + 4. The Google Sheet can be used solely as a feeder or as a feeder and database, but note you can't currently feed into the database from an alternate feeder. """, }