From d959a31d918027d11a35b3b432ac8bf6a5c11f43 Mon Sep 17 00:00:00 2001 From: Florent Daigniere Date: Sun, 27 Nov 2022 09:34:12 +0100 Subject: [PATCH] doh --- core/base/libs/socrate/socrate/system.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/base/libs/socrate/socrate/system.py b/core/base/libs/socrate/socrate/system.py index 68f44b90..1cd02275 100644 --- a/core/base/libs/socrate/socrate/system.py +++ b/core/base/libs/socrate/socrate/system.py @@ -22,7 +22,7 @@ SERVICE = { 'SMTP': 'smtp', 'IMAP': 'imap', 'REDIS': 'redis', - 'ANTIVIRUS:': 'antivirus', + 'ANTIVIRUS': 'antivirus', 'ANTISPAM': 'antispam', 'WEBMAIL': 'webmail', 'WEBDAV': 'webdav',