bugfix
This commit is contained in:
parent
0192fb648d
commit
d4ffbe0c5c
1 changed files with 4 additions and 3 deletions
|
@ -24,9 +24,10 @@
|
|||
chirp:*oauth-access-token* access-token
|
||||
chirp:*oauth-access-secret* access-secret)
|
||||
(error 'plugin-conf-error :plugin "twitter"
|
||||
:message "Credentials missing.")
|
||||
;; fallback to chirp for credential erros
|
||||
(chirp:account/verify-credentials))
|
||||
:message "Credentials missing."))
|
||||
|
||||
;; fallback to chirp for credential erros
|
||||
(chirp:account/verify-credentials)
|
||||
|
||||
(when tweet-format
|
||||
(setf *tweet-format* tweet-format)))
|
||||
|
|
Loading…
Add table
Reference in a new issue