fix_repeat_is_list

This commit is contained in:
dobefore
2021-09-13 11:33:12 +08:00
committed by Vikash Kothary
parent 388ca82466
commit 6a71fc3ca5
3 changed files with 11 additions and 8 deletions

View File

@@ -151,7 +151,7 @@ select id from notes where mid = ?) limit 1"""
self.col.db.scalar("select count() from graves"),
len(self.col.models.all()),
len(self.col.decks.all()),
len(self.col.decks.allConf()),
len(self.col.decks.all_config()),
]
def usnLim(self):