Added expanduser to animate
This commit is contained in:
parent
27298f0f5f
commit
6ea7db1c34
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ def animate(config_path):
|
||||||
logging.basicConfig(encoding='utf-8', level=config['main']['logging'])
|
logging.basicConfig(encoding='utf-8', level=config['main']['logging'])
|
||||||
log.info('Starting')
|
log.info('Starting')
|
||||||
|
|
||||||
root = Path(config['main']['root'])
|
root = Path(config['main']['root']).expanduser()
|
||||||
|
|
||||||
t = []
|
t = []
|
||||||
|
|
||||||
|
|
Reference in a new issue