qute-pass: Don't use f-strings
This commit is contained in:
parent
6825dfb8d8
commit
92aedf84f5
@ -111,7 +111,7 @@ def dmenu(items, invocation, encoding):
|
|||||||
|
|
||||||
def fake_key_raw(text):
|
def fake_key_raw(text):
|
||||||
for character in text:
|
for character in text:
|
||||||
qute_command(f'fake-key {character}')
|
qute_command('fake-key {}'.format(character))
|
||||||
|
|
||||||
|
|
||||||
def main(arguments):
|
def main(arguments):
|
||||||
|
Loading…
Reference in New Issue
Block a user