We shouldn't call CompressThread.cancel() there because it's already called in a signal

This commit is contained in:
Micah Lee 2018-09-18 13:39:09 -07:00
parent 174de57405
commit 72f76bf659
No known key found for this signature in database
GPG Key ID: 403C2657CD994F73

View File

@ -216,7 +216,6 @@ class ShareMode(Mode):
"""
if self.compress_thread:
self.common.log('OnionShareGui', 'cancel_server: quitting compress thread')
self.compress_thread.cancel()
self.compress_thread.quit()
def handle_tor_broke_custom(self):