Drop support for unsupported Python versions

This commit is contained in:
Roland Dobai
2021-05-26 10:44:20 +02:00
parent 3326cc852f
commit 407053592e
27 changed files with 149 additions and 196 deletions

View File

@@ -141,7 +141,7 @@ class PublicHeaderChecker:
def join(self):
for t in self.check_threads:
while t.isAlive and not self.terminate.is_set():
while t.is_alive() and not self.terminate.is_set():
t.join(1) # joins with timeout to respond to keyboard interrupt
# Checks one header calling: