rfsbraz / deleterr

Deleterr is a Python script designed to help you manage available disk space in your Plex media server.
MIT License
118 stars 6 forks source link

settings.yaml not found #40

Closed macmillernz closed 7 months ago

macmillernz commented 7 months ago

Current version (not working): 0.0.7 Previous version (working): 0.0.6

Logs: 2023-11-11 06:54:44 - ERROR :: config.py :: deleterr : Configuration file config/settings.yaml not found. Copy the example config and edit it to your needs. 2023-11-11 06:54:44 - INFO :: deleterr.py :: deleterr : Log level set to DEBUG

deleterr.log

rfsbraz commented 7 months ago

Thanks for the report, try 0.0.8, I think I sorted it out.

macmillernz commented 7 months ago

Confirming fixed with 0.0.8. Thank you!