Merge pull request #31 from paulofduarte/wip-crap

Fixed a314fs paths
This commit is contained in:
beeanyew
2021-05-23 10:45:19 +02:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -2,7 +2,7 @@
"devices": {
"PI0": {
"volume": "PiDisk",
"path": "./a314/files_pi/a314shared"
"path": "./data/a314-shared"
}
}
}

View File

@@ -17,7 +17,7 @@ logging.basicConfig(format = '%(levelname)s, %(asctime)s, %(name)s, line %(linen
logger = logging.getLogger(__name__)
logger.setLevel(logging.INFO)
CONFIG_FILE_PATH = 'a314_files_pi/a314fs.conf'
CONFIG_FILE_PATH = 'a314/files_pi/a314fs.conf'
SHARED_DIRECTORY = 'data/a314shared'
METAFILE_EXTENSION = ':a314'