~foosoft/anki-connect

94cad0c322d1aefc8bd66aa06bc5ac02e977fb5f — Glutanimate 7 years ago d7e58c5
Fix parens typo and JSON response
2 files changed, 2 insertions(+), 2 deletions(-)

M AnkiConnect.py
M README.md
M AnkiConnect.py => AnkiConnect.py +1 -1
@@ 421,7 421,7 @@ class AnkiBridge:
        browser = aqt.dialogs.open("Browser", self.window())
        browser.activateWindow()
        if query:
            query = unicode('"{}"'.format(query))
            query = unicode('"{}"').format(query)
            browser.form.searchEdit.lineEdit().setText(query)
            browser.onSearch()
        return browser.model.cards

M README.md => README.md +1 -1
@@ 330,7 330,7 @@ rather than raw JSON. If you are writing raw requests be sure to send valid JSON

    *Sample response*:
    ```
    None
    null
    ```

*   **upgrade**

Do not follow this link