Onionr/onionr/coredb/dbfiles.py

5 lines
144 B
Python
Raw Normal View History

from utils import identifyhome
home = identifyhome.identify_home()
if not home.endswith('/'): home += '/'
block_meta_db = '%sblock-metadata.db'