Lint: W291 trailing whitespace

This commit is contained in:
2020-11-06 19:44:14 -05:00
parent db9c6eecad
commit fde8ea2fea
10 changed files with 21 additions and 21 deletions

View File

@ -315,7 +315,7 @@ class AXFRDaemonInstance(object):
)
# Start the thread
self.thread.start()
self.thread.start()
def stop(self):
self.thread_stopper.set()