From 8f6be67e114326ac2f63a417ff8f34604b0f8e9a Mon Sep 17 00:00:00 2001 From: Anthony Hernandez Date: Thu, 9 Feb 2023 10:07:14 -0600 Subject: [PATCH] Update plane1.ini.example Changed the MASTODON config from 'Enable = TRUE' to 'ENABLE = FALSE', as this was throwing off my initial run of the program and could be a headache for other users too. Changing this also aligns it with the other services who are set to 'FALSE' in the example. --- configs/plane1.ini.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/plane1.ini.example b/configs/plane1.ini.example index eca4e8f..5abbe22 100644 --- a/configs/plane1.ini.example +++ b/configs/plane1.ini.example @@ -52,7 +52,7 @@ ROOM_ID = -100xxxxxxxxxx BOT_TOKEN = xxxxxxxxxx:xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx [MASTODON] -ENABLE = TRUE +ENABLE = FALSE ACCESS_TOKEN = mastodonaccesstoken APP_URL = mastodonappurl