Skip to content
Snippets Groups Projects
Commit 1de53e18 authored by Christopher Randolph Rhodes's avatar Christopher Randolph Rhodes
Browse files

Change default path for session data

parent ce4bdb63
No related branches found
No related tags found
No related merge requests found
from pathlib import Path
root = Path.home() / 'base' / 'sessions'
root = Path.home() / 'model_server' / 'sessions'
subdirectories = {
'logs': 'logs',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment