Ninja Huang
Results
2
issues of
Ninja Huang
hi team: I installed this package (2.0.6) by using easy_install, I successfully logon as username "test" in anki windows client, and anki client prompt me to upload/download all deck info...
https://github.com/FooSoft/anki-connect/blob/b19bd7902d794419cdcbb1d050eb26a7ad5ee687/plugin/__init__.py#L93-L115 when reading the code. just wondering why `methodInst()` works here in #L115? It was assgined to `method` and break loop, why not call `method()` instead? btw, the interpreter does...