Directory / folder

This commit is contained in:
Matthias 2019-09-14 09:54:40 +02:00
parent 16b4ae8396
commit e2a100c925
1 changed files with 1 additions and 1 deletions

View File

@ -106,7 +106,7 @@ print(json.dumps(config, indent=2))
```
For Interactive environments, have an additional configuration specifying `user_data_dir` and pass this in last, so you don't have to change directories while running the bot.
Best avoid relative paths, since this starts at the storage location of the jupyter notebook, unless the folder is changed.
Best avoid relative paths, since this starts at the storage location of the jupyter notebook, unless the directory is changed.
``` json
{