Fix incorrectly named method
This commit is contained in:
parent
9a0ffded83
commit
1c9bf6101b
|
@ -1,5 +1,5 @@
|
|||
from ..goldwarden import autotype
|
||||
|
||||
def libportal_autotype(text):
|
||||
def autotype_libportal(text):
|
||||
print("autotypeing with libportal")
|
||||
goldwarden.autotype(text)
|
Loading…
Reference in New Issue