Fix incorrectly named method

This commit is contained in:
Bernd Schoolmann 2024-06-02 23:23:07 +02:00
parent 9a0ffded83
commit 1c9bf6101b
No known key found for this signature in database

View File

@ -1,5 +1,5 @@
from ..goldwarden import autotype
def libportal_autotype(text):
def autotype_libportal(text):
print("autotypeing with libportal")
goldwarden.autotype(text)