Minor update

This commit is contained in:
Anon 2022-10-09 13:59:20 -07:00
parent 59223a02be
commit 9ed2fb63f4

View File

@ -65,19 +65,19 @@ This is the main configuration setting for the bot.
**`debug:`** Set this to true for testing. This will prevent Danbooru Bot from logging into the mastodon instance and asking for your encryption password (meaning that nothing will actually get posted to your account, but it will still do everything else).
## settings_time
Time localization settings.
Time localization settings. Mostly unimplemented.
**`time_format:`** This is used to schedule posts using the `-t` switch. Referenced in `set_pretimer_hour()`
**`time_format:`** Time format.
**`time_format_seconds:`** Unused. Should be the same as `time_format` but with a resolution in seconds.
**`time_format_seconds:`** Should be the same as `time_format` but with a resolution in seconds.
**`date_format:`** This is used to schedule posts using the `-d` switch. Referenced in `set_pretimer_day()`
**`date_format:`** Date format.
**`long_date_format:`** Time and date format. `settings_encrypt["reminder"]` Should be in this format. Referenced in `print_header_stats()` and `_sanity_warnings()`
**`long_date_format:`** Time and date format. `settings_encrypt["reminder"]` Should be in this format. CreatePleromaApp will use this value if available.
**`long_date_seconds_format:`** Unused. Should be the same as `long_date_format` but with a resolution in seconds.
**`long_date_seconds_format:`** Should be the same as `long_date_format` but with a resolution in seconds.
**`long_date_week:`** The same as `long_date_format` but with the day of the week specified. Referenced in `print_header_stats()`
**`long_date_week:`** The same as `long_date_format` but with the day of the week specified.
## settings_post
Configure Danbooru Bot profiles. Use the `setup_profile()` function to set profiles up in a single line.