fix: add patch warning for newsletter

This commit is contained in:
sokumon 2025-06-18 16:25:33 +05:30
parent 793bd6387f
commit d822345d5f

View file

@ -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(