mirror of
https://github.com/onionshare/onionshare.git
synced 2025-01-10 19:52:50 -03: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
1 changed files with 0 additions and 1 deletions
|
@ -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 a new issue