We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c018ba commit bded4d2Copy full SHA for bded4d2
project.clj
@@ -50,7 +50,7 @@
50
[buddy/buddy-auth "3.0.1"]
51
[crypto-password "0.3.0"]
52
[digest "1.4.10"]
53
- [http-kit "2.5.3"]
+ [http-kit "2.6.0"]
54
[com.draines/postal "2.0.5"]
55
[throttler "1.0.1"]
56
[clj-http "3.12.3"]
src/clj/tasks/nrdb.clj
@@ -46,7 +46,7 @@
46
(binding [org.httpkit.client/*default-client* sni-client/default-client]
47
(let [url (str jnet-image-url code ".jpg")]
48
(println "Downloading: " title "\t\t(" url ")")
49
- (http/get url {:as :byte-array :timeout 120000 :insecure? true}
+ (http/get url {:as :byte-array :timeout 120000}
(fn [{:keys [status body error]}]
(case status
404 (println "No image for card" code title)
0 commit comments