From 8264be1964ffce2b9109e458daf3875f0e6efabc Mon Sep 17 00:00:00 2001 From: Arthur Milchior Date: Thu, 30 Jan 2020 18:07:52 -0800 Subject: [PATCH] LEECH_TAGONLY --- pylib/anki/consts.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pylib/anki/consts.py b/pylib/anki/consts.py index aa67cca5b..79763fedf 100644 --- a/pylib/anki/consts.py +++ b/pylib/anki/consts.py @@ -61,6 +61,7 @@ HELP_SITE = "http://ankisrs.net/docs/manual.html" # Leech actions LEECH_SUSPEND = 0 +LEECH_TAGONLY = 1 # Labels ##########################################################################