A field in __dict__ was not updated (#1632)
It should have been done in 2a93355824
This commit is contained in:
parent
1b1fe40eec
commit
8afe36b8e9
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user