From 2b7709c2aed3eab22f213834bfa95677d3998d37 Mon Sep 17 00:00:00 2001 From: Anon Date: Wed, 31 Aug 2022 20:56:03 -0700 Subject: [PATCH] Formatting --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 684f2bb..5e1e725 100644 --- a/README.md +++ b/README.md @@ -24,11 +24,6 @@ If everything worked correctly you should see usage information on Create Plerom ## Default Settings If you want to change the default values for the input prompts, you can edit the source code directly in `src/create_app.py` -## Donate -XMR: 493HynLQA4z71b3j9ZDXRNQudpdFW8GxeBGD8ahRctKn97RRurMVd35DqVqdAdjv68TcXTJWUwm6ee81ujDXGcmtKFixwQk - -BAT: [Basic Attention Token](https://basicattentiontoken.org/) - ## Encryption You can also encrypt your credentials with the encrypt.py module included in the repo. If you choose to use this with your custom bot, you must copy the module to your project's root directory. See below for an example implementation: @@ -39,3 +34,8 @@ def decrypt_settings(self): self.settings_server = encryption.settings_server_decrypt_cfg(self.settings_server, self.settings_encrypt) self.decrypted = True ``` + +## Donate +XMR: 493HynLQA4z71b3j9ZDXRNQudpdFW8GxeBGD8ahRctKn97RRurMVd35DqVqdAdjv68TcXTJWUwm6ee81ujDXGcmtKFixwQk + +BAT: [Basic Attention Token](https://basicattentiontoken.org/)