Remove extra "c" in example config file
This commit is contained in:
parent
e371993b23
commit
1226e08b46
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ with later timestamps to avoid duplicate posts. On the first run the timestamp w
|
|||
:mastodon {:access_token "XXXX"
|
||||
;; account number you see when you log in and go to your profile
|
||||
;; e.g: https://mastodon.social/web/accounts/294795
|
||||
:acccount-id "XXXX"
|
||||
:account-id "XXXX"
|
||||
:api_url "https://botsin.space/api/v1/"
|
||||
;; optional boolean to mark content as sensitive
|
||||
:sensitive? true
|
||||
|
|
Reference in a new issue