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

Fix #1134: 'TempPasswordThread' object has no attribute 'isAlive' (Python 3.9) #1135

Merged
merged 1 commit into from
Mar 1, 2021

Conversation

FMeinicke
Copy link
Contributor

After some investigation, #1134 seems to be a rather simple problem: The TempPassThread object in question calls the method isAlive which has been removed (at least in Python 3.9) in favor of is_alive.

'TempPasswordThread' object has no attribute 'isAlive' (Python 3.9)
@Germar Germar merged commit 9310acc into bit-team:master Mar 1, 2021
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.

2 participants