Minor update

This commit is contained in:
Anon 2022-10-09 13:30:27 -07:00
parent 14c3708627
commit 59223a02be

View File

@ -50,6 +50,8 @@ This is the main configuration setting for the bot.
**`max_errors:`** The max consecutive posting errors that should occur before the bot gives up and exits. This usually indicates a temporary problem with the remote server, however if the bot repeatedly fails, and the server is up, it probably means the image is too large to upload. Try reducing the `max_size` variable if this happens. Your image may also be in a format that the remote server rejects, in which case the post should be added to the master blacklist. **`max_errors:`** The max consecutive posting errors that should occur before the bot gives up and exits. This usually indicates a temporary problem with the remote server, however if the bot repeatedly fails, and the server is up, it probably means the image is too large to upload. Try reducing the `max_size` variable if this happens. Your image may also be in a format that the remote server rejects, in which case the post should be added to the master blacklist.
**`tag_select:`** If set to `random`, the bot will randomly post from `settings_post`. If set to `sequential` it will sequentially post from `settings_post` starting at 0 (or whatever the user specifies with the `-i` switch).
**`retry_seconds:`** The time to wait between post attempts (in seconds).\ **`retry_seconds:`** The time to wait between post attempts (in seconds).\
**`content_type:`** The content type of the post ('text/plain' (default), 'text/markdown', 'text/html', 'text/bbcode'). **This bot has only been tested with `'text/plain'` and `'text/markdown'`**. **`content_type:`** The content type of the post ('text/plain' (default), 'text/markdown', 'text/html', 'text/bbcode'). **This bot has only been tested with `'text/plain'` and `'text/markdown'`**.