Update src/auto_archiver/modules/gsheet_feeder_db/__manifest__.py

pull/255/head
Miguel Sozinho Ramalho 2025-03-18 14:10:47 +00:00 zatwierdzone przez GitHub
rodzic 5c34ac1293
commit f6863b8eb2
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B5690EEEBB952194
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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.
""",
}