Merge pull request #19 from andybalaam/patch-1

Remove extra "c" in example config file
This commit is contained in:
Dmitri Sotnikov 2019-02-15 06:02:44 -05:00 committed by GitHub
commit ce8792467d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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