diff --git a/pylib/anki/cards.py b/pylib/anki/cards.py index aa5225f7d..abbcf81e4 100644 --- a/pylib/anki/cards.py +++ b/pylib/anki/cards.py @@ -193,7 +193,7 @@ class Card(DeprecatedNamesMixin): del dict_copy["_note"] del dict_copy["_render_output"] del dict_copy["col"] - del dict_copy["timerStarted"] + del dict_copy["timer_started"] return f"{super().__repr__()} {pprint.pformat(dict_copy, width=300)}" def user_flag(self) -> int: