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