README fixes

master
pictuga 2020-10-03 20:56:40 +02:00
parent bd0bca69fc
commit ae7ba458ce
1 changed files with 4 additions and 4 deletions

View File

@ -264,8 +264,8 @@ output = morss.FeedFormat(rss, options, 'unicode') # formats final feed
### Arguments ### Arguments
morss accepts some arguments, to lightly alter the output of morss. Arguments morss accepts some arguments, to lightly alter the output of morss. Arguments
may need to have a value (usually a string or a number). In the different "Use may need to have a value (usually a string or a number). How to pass those
cases" below is detailed how to pass those arguments to morss. arguments to morss is explained in Run above.
The list of arguments can be obtained by running `morss --help` The list of arguments can be obtained by running `morss --help`
@ -343,8 +343,8 @@ To pass environment variables:
Generic: Generic:
- `DEBUG=1`: to have some feedback from the script - `DEBUG=1`: to have some feedback from the script execution. Useful for
execution. Useful for debugging. debugging.
- `IGNORE_SSL=1`: to ignore SSL certs when fetch feeds and articles - `IGNORE_SSL=1`: to ignore SSL certs when fetch feeds and articles
- `DELAY` sets the browser cache delay, only for HTTP clients - `DELAY` sets the browser cache delay, only for HTTP clients
- `TIMEOUT` sets the HTTP timeout when fetching rss feeds and articles - `TIMEOUT` sets the HTTP timeout when fetching rss feeds and articles