Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move key execution to a seperate function #198

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

E4est
Copy link

@E4est E4est commented Dec 31, 2022

fixes #196

One of the original solutions used await for the async_add_job calls and the other one didn't.
I kept the one without await, because while testing it worked fine and was faster for some reason. (It also was the original solution that worked better for me in the first place.)

I also replaced time.sleep() calls as suggested in #192
This maybe also fixes #188

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Key chain delays behaving inconsistently for sources and direct keys Too much delay between commands
1 participant