Add general exception

Co-authored-by: Dom Rodriguez <shymega@shymega.org.uk>
This commit is contained in:
Andros Fenollosa
2023-07-06 14:28:28 +02:00
committed by Dom Rodriguez
parent 846de90642
commit e8c77f3398
2 changed files with 8 additions and 2 deletions

View File

@ -56,6 +56,12 @@ A file called `rss.xml` will be created.
## Development
Activate Debug messages by console.
```
export SR_LOG_LEVEl=DEBUG
```
### Compiling
```shell