Skip to content

Commit

Permalink
Fix incorrectly named method
Browse files Browse the repository at this point in the history
  • Loading branch information
quexten committed Jun 2, 2024
1 parent 9a0ffde commit 1c9bf61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gui/src/services/autotype/libportal_autotype.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from ..goldwarden import autotype

def libportal_autotype(text):
def autotype_libportal(text):
print("autotypeing with libportal")
goldwarden.autotype(text)

0 comments on commit 1c9bf61

Please sign in to comment.