瀏覽代碼

fix nalunch again

Innokenty Enikeev 9 年之前
父節點
當前提交
a8e2634cd7
共有 1 個文件被更改,包括 1 次插入1 次删除
  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))