fix: add patch warning for newsletter
This commit is contained in:
parent
793bd6387f
commit
d822345d5f
1 changed files with 1 additions and 0 deletions
|
|
@ -5,6 +5,7 @@ def execute():
|
|||
module_app_map = {
|
||||
"Social Module/ Energy Points System": ("eps", "system"),
|
||||
"Offsite Backup Integrations (Google Drive, S3, Dropbox)": ("offsite_backups", "intergration"),
|
||||
"Newsletter": {"newsletter", "functionality"},
|
||||
}
|
||||
for module, (app, system_type) in module_app_map.items():
|
||||
click.secho(
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue