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