mirror of
https://github.com/meisnate12/Plex-Meta-Manager
synced 2024-11-10 06:54:21 +00:00
doc edits
This commit is contained in:
parent
d587ca3873
commit
68a2699ce2
2 changed files with 3 additions and 2 deletions
|
@ -13,7 +13,8 @@ The script is designed to work with most Metadata agents including the new Plex
|
|||
|
||||
* [Wiki](https://github.com/meisnate12/Plex-Meta-Manager/wiki)
|
||||
* [Local Installation](https://github.com/meisnate12/Plex-Meta-Manager/wiki/Local-Installation)
|
||||
* [Docker Installation](https://github.com/meisnate12/Plex-Meta-Manager/wiki/Docker)
|
||||
* [Docker Installation](https://github.com/meisnate12/Plex-Meta-Manager/wiki/Docker-Installation)
|
||||
* [unRAID Installation](https://github.com/meisnate12/Plex-Meta-Manager/wiki/unRAID-Installation)
|
||||
|
||||
## Support
|
||||
|
||||
|
|
|
@ -128,7 +128,7 @@ class Config:
|
|||
if attribute in data and data[attribute]:
|
||||
message = f"neither {data[attribute]} or the default path {default} could be found"
|
||||
else:
|
||||
message = f"no {text} found and the default path {default} could be found"
|
||||
message = f"no {text} found and the default path {default} could not be found"
|
||||
default = None
|
||||
if default is not None or default_is_none:
|
||||
message = message + f" using {default} as default"
|
||||
|
|
Loading…
Reference in a new issue