From dc59b928a054ebf455eefb8f2e2d696021db888f Mon Sep 17 00:00:00 2001 From: Anon Date: Sun, 9 Oct 2022 22:29:45 -0700 Subject: [PATCH] Minor update --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 20897a0..6a2c7f1 100644 --- a/README.md +++ b/README.md @@ -70,12 +70,12 @@ settings_encrypt = { "keyfile": None } ``` -If you used encryption, everything in the `settings_server` dictionary will be encrypted and you will have to enter your password every time you start the bot. Copy and paste these values from the terminal into your `src/cfg.py` file. **Make sure you paste over or delete the placeholder values with the same names.** + +If you used encryption, everything in the `settings_server` dictionary will be encrypted. If you used encryption and did not specify a keyfile, you will have to enter your password every time you start the bot. Copy and paste these values from the terminal into your `src/cfg.py` file. **Make sure you paste over or delete the placeholder values with the same names.** ## Danbooru credentials If you have an account with Danbooru, you can enter it below the `danbooru_backend` dictionary. It is not necessary to have an account unless you want to post images that are censored by default. - ## Posting To begin posting: