disable pycmd

This commit is contained in:
Luc Mcgrady 2025-11-04 21:20:32 +00:00
parent 65f3844857
commit 71bdb006e4
No known key found for this signature in database
GPG key ID: 4F3D7A0B17CC3D9C

View file

@ -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