diff options
Diffstat (limited to '')
-rw-r--r-- | lang/py3-pyme/examples/t-edit.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/py3-pyme/examples/t-edit.py b/lang/py3-pyme/examples/t-edit.py index 24d36d32..6c533429 100644 --- a/lang/py3-pyme/examples/t-edit.py +++ b/lang/py3-pyme/examples/t-edit.py @@ -51,7 +51,7 @@ else: c = Context() c.set_passphrase_cb(lambda x,y,z: "abc") out = Data() - c.op_keylist_start("Alpha", 0) + c.op_keylist_start(b"Alpha", 0) key = c.op_keylist_next() c.op_edit(key, KeyEditor().edit_fnc, out, out) print("[-- Last response --]") |