diff --git a/gui/src/services/autotype/libportal_autotype.py b/gui/src/services/autotype/libportal_autotype.py index 55faf33..bbc28ef 100644 --- a/gui/src/services/autotype/libportal_autotype.py +++ b/gui/src/services/autotype/libportal_autotype.py @@ -2,4 +2,4 @@ def autotype_libportal(text): print("autotypeing with libportal") - goldwarden.autotype(text) \ No newline at end of file + autotype(text)