Explorar o código

fix nalunch again

Innokenty Enikeev %!s(int64=9) %!d(string=hai) anos
pai
achega
a8e2634cd7
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      plugins/nalunch.lisp

+ 1 - 1
plugins/nalunch.lisp

@@ -37,7 +37,7 @@
   (multiple-value-bind (body status headers uri)
       (drakma:http-request +nalunch-mobile+ :cookie-jar *nalunch-cookie-jar* :user-agent +mobile-ua+)
     (declare (ignore status headers))
-    (let* ((body (if (puri:uri= uri +nalunch-mobile+)
+    (let* ((body (if (puri:uri= uri (puri:uri +nalunch-mobile+))
                      body
                      (nalunch-auth body)))
            (dom (plump:parse body))