Skip to content

Commit 1c9bf61

Browse files
committed
Fix incorrectly named method
1 parent 9a0ffde commit 1c9bf61

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
from ..goldwarden import autotype
22

3-
def libportal_autotype(text):
3+
def autotype_libportal(text):
44
print("autotypeing with libportal")
55
goldwarden.autotype(text)

0 commit comments

Comments
 (0)