Skip to content

Commit

Permalink
Mention limitations of hook approach for disambiguating deckconf
Browse files Browse the repository at this point in the history
  • Loading branch information
aplaice committed Dec 11, 2021
1 parent 6d24647 commit 4306b59
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions crowd_anki/utils/deckconf.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Note that this only works for Anki ≤ 2.1.45, or when using the old
# deck options popup with Anki 2.1.46+. Anki 2.1.46+ has a new
# JavaScript-based options popup (with no hooks), by default.

from .constants import UUID_FIELD_NAME

def disambiguate_crowdanki_uuid(deck_conf, deck,
Expand Down

0 comments on commit 4306b59

Please sign in to comment.