diff --git a/src/config.py b/src/config.py index 80e4e1712..35cf8e8aa 100644 --- a/src/config.py +++ b/src/config.py @@ -1309,7 +1309,7 @@ _('Without a connection, you can not edit your personal information.') else: from common import GnuPG if GnuPG.USE_GPG: - secret_keys = GnuPG.GnuPG().get_keys() + secret_keys = GnuPG.GnuPG().get_secret_keys() else: secret_keys = [] if not secret_keys: