roundcube: Minor update to comment in privileged actions

Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org>
Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
Sunil Mohan Adapa 2022-09-15 15:43:37 -07:00 committed by James Valleroy
parent 89a4d25909
commit 8db063b59b
No known key found for this signature in database
GPG Key ID: 77C0C75E7B650808

View File

@ -35,7 +35,7 @@ def setup():
@privileged
def get_config() -> dict[str, bool]:
"""Print the current configuration as JSON."""
"""Return the current configuration as a dictionary."""
pattern = r'\s*\$config\[\s*\'([^\']*)\'\s*\]\s*=\s*\'([^\']*)\'\s*;'
_config = {}
try: