mirror of
https://github.com/onionshare/onionshare.git
synced 2025-02-14 05:31:25 -05: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
@ -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…
x
Reference in New Issue
Block a user