mirror of
https://github.com/ankitects/anki.git
synced 2025-11-06 12:47:11 -05:00
disable pycmd
This commit is contained in:
parent
65f3844857
commit
71bdb006e4
1 changed files with 1 additions and 5 deletions
|
|
@ -1290,11 +1290,7 @@ class SvelteReviewer(Reviewer):
|
|||
return v3_labels[i - 1] if self.mw.col.conf["estTimes"] else ""
|
||||
|
||||
def _linkHandler(self, url: str) -> None:
|
||||
if url == "bottomReady":
|
||||
self._showQuestion()
|
||||
self._remaining()
|
||||
return
|
||||
super()._linkHandler(url)
|
||||
pass
|
||||
|
||||
def _initWeb(self) -> None:
|
||||
self._reps = 0
|
||||
|
|
|
|||
Loading…
Reference in a new issue