mirror of
https://github.com/onionshare/onionshare.git
synced 2024-10-01 01:35:40 -04:00
We shouldn't call CompressThread.cancel() there because it's already called in a signal
This commit is contained in:
parent
174de57405
commit
72f76bf659
@ -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):
|
||||
|
Loading…
Reference in New Issue
Block a user