mirror of
https://github.com/onionshare/onionshare.git
synced 2025-01-26 11:13:00 -03:00
Cleanup Meek in the CensorshipCircumventionThread
This commit is contained in:
parent
29bf8dc5cd
commit
04efd3fc0e
1 changed files with 1 additions and 0 deletions
|
@ -306,6 +306,7 @@ class CensorshipCircumventionThread(QtCore.QThread):
|
||||||
bridge_settings = self.censorship_circumvention.request_settings(
|
bridge_settings = self.censorship_circumvention.request_settings(
|
||||||
country=self.country
|
country=self.country
|
||||||
)
|
)
|
||||||
|
self.common.gui.meek.cleanup()
|
||||||
|
|
||||||
if bridge_settings and self.censorship_circumvention.save_settings(
|
if bridge_settings and self.censorship_circumvention.save_settings(
|
||||||
self.settings, bridge_settings
|
self.settings, bridge_settings
|
||||||
|
|
Loading…
Add table
Reference in a new issue