PuercoPop 11 anni fa
parent
commit
d4ffbe0c5c
1 ha cambiato i file con 4 aggiunte e 3 eliminazioni
  1. 4 3
      plugins/twitter.lisp

+ 4 - 3
plugins/twitter.lisp

@@ -24,9 +24,10 @@
24 24
             chirp:*oauth-access-token* access-token
25 25
             chirp:*oauth-access-secret* access-secret)
26 26
       (error 'plugin-conf-error :plugin "twitter"
27
-             :message "Credentials missing.")
28
-      ;; fallback to chirp for credential erros
29
-      (chirp:account/verify-credentials))
27
+             :message "Credentials missing."))
28
+
29
+  ;; fallback to chirp for credential erros
30
+  (chirp:account/verify-credentials)
30 31
   
31 32
   (when tweet-format
32 33
     (setf *tweet-format* tweet-format)))