mirror of
https://github.com/onionshare/onionshare.git
synced 2025-06-20 20:44:23 -04:00
We shouldn't call CompressThread.cancel() there because it's already called in a signal
This commit is contained in:
parent
0dc03ecd4c
commit
c146d1a352
1 changed files with 0 additions and 1 deletions
|
@ -216,7 +216,6 @@ class ShareMode(Mode):
|
||||||
"""
|
"""
|
||||||
if self.compress_thread:
|
if self.compress_thread:
|
||||||
self.common.log('OnionShareGui', 'cancel_server: quitting compress thread')
|
self.common.log('OnionShareGui', 'cancel_server: quitting compress thread')
|
||||||
self.compress_thread.cancel()
|
|
||||||
self.compress_thread.quit()
|
self.compress_thread.quit()
|
||||||
|
|
||||||
def handle_tor_broke_custom(self):
|
def handle_tor_broke_custom(self):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue