mirror of
https://github.com/onionshare/onionshare.git
synced 2025-02-14 13:41:25 -05:00
Temporary fix for #550
This commit is contained in:
parent
ac1915a40f
commit
7061ac3654
@ -512,6 +512,10 @@ class Onion(object):
|
|||||||
except AttributeError:
|
except AttributeError:
|
||||||
# Skip if cleanup was somehow run before connect
|
# Skip if cleanup was somehow run before connect
|
||||||
pass
|
pass
|
||||||
|
except PermissionError:
|
||||||
|
# Skip if the directory is still open (#550)
|
||||||
|
# TODO: find a better solution
|
||||||
|
pass
|
||||||
|
|
||||||
def get_tor_socks_port(self):
|
def get_tor_socks_port(self):
|
||||||
"""
|
"""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user