remove db_name
This commit is contained in:
parent
81049aa360
commit
4d4fdd0da9
1 changed files with 1 additions and 2 deletions
|
@ -184,8 +184,7 @@ class SmtpdWatcher:
|
|||
|
||||
def _get_mail_user(self):
|
||||
self._log.debug(
|
||||
"Getting all mail users from database '%s'...",
|
||||
self.config['db_name']
|
||||
"Getting all mail users from database..."
|
||||
)
|
||||
mail_users = []
|
||||
try:
|
||||
|
|
Loading…
Reference in a new issue