mirror of
https://github.com/quexten/goldwarden.git
synced 2024-11-23 21:44:37 +03:00
Fix incorrectly named method
This commit is contained in:
parent
9a0ffded83
commit
1c9bf6101b
@ -1,5 +1,5 @@
|
|||||||
from ..goldwarden import autotype
|
from ..goldwarden import autotype
|
||||||
|
|
||||||
def libportal_autotype(text):
|
def autotype_libportal(text):
|
||||||
print("autotypeing with libportal")
|
print("autotypeing with libportal")
|
||||||
goldwarden.autotype(text)
|
goldwarden.autotype(text)
|
Loading…
Reference in New Issue
Block a user