added config observers, delete plaintext blocks when plaintext storage is disabled
This commit is contained in:
parent
2e31155a5d
commit
f78809fa2a
9 changed files with 156 additions and 116 deletions
|
@ -19,7 +19,6 @@
|
|||
'''
|
||||
import os
|
||||
from . import identifyhome
|
||||
from onionrsetup import dbcreator
|
||||
import filepaths
|
||||
home = identifyhome.identify_home()
|
||||
|
||||
|
@ -31,6 +30,8 @@ def create_dirs():
|
|||
if not os.path.exists(path):
|
||||
os.mkdir(path)
|
||||
|
||||
from onionrsetup import dbcreator
|
||||
|
||||
for db in dbcreator.create_funcs:
|
||||
try:
|
||||
db()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue