We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e077df3 commit 7d4c052Copy full SHA for 7d4c052
anki-editor.el
@@ -158,7 +158,7 @@ See https://apps.ankiweb.net/docs/manual.html#latex-conflicts.")
158
;; might not be called right away but at a later time, that's
159
;; why here we manually invoke callbacks to receive the result.
160
(unless (request-response-done-p response)
161
- (request--curl-callback (get-buffer-process (request-response--buffer response)) "finished\n")))
+ (request--curl-callback "localhost" (get-buffer-process (request-response--buffer response)) "finished\n")))
162
163
(when err (error "Error communicating with AnkiConnect using cURL: %s" err))
164
(or reply (error "Got empty reply from AnkiConnect"))))
0 commit comments