fix tor dir being too open
This commit is contained in:
parent
8e5152a14e
commit
8a82e76182
4 changed files with 7 additions and 3 deletions
|
@ -28,8 +28,7 @@ def create_dirs():
|
|||
order of the hardcoded list below,
|
||||
then trigger creation of DBs"""
|
||||
gen_dirs = [home, filepaths.block_data_location,
|
||||
filepaths.contacts_location, filepaths.export_location,
|
||||
filepaths.tor_hs_loc]
|
||||
filepaths.contacts_location, filepaths.export_location]
|
||||
for path in gen_dirs:
|
||||
if not os.path.exists(path):
|
||||
os.mkdir(path)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue