mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-01-28 08:03:36 +00:00
Build the message list correctly. Oops.
This commit is contained in:
parent
ab0986ed42
commit
8fb9d6cce1
@ -35,7 +35,7 @@ def load_config():
|
||||
def multi_sign(message="hi", iterations=3, keyid=None, gpg=None):
|
||||
"""Sign a message several times with a specified key."""
|
||||
|
||||
messages = list(message)
|
||||
messages = [message]
|
||||
|
||||
if not gpg:
|
||||
gpg = gnupg.GPG(use_agent = True)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user