mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 16:56:36 -04:00
drop legacy newBury option
This commit is contained in:
parent
540892639f
commit
fcb8567185
1 changed files with 0 additions and 3 deletions
|
@ -87,9 +87,6 @@ class _Collection:
|
|||
d += datetime.timedelta(hours=4)
|
||||
self.crt = int(time.mktime(d.timetuple()))
|
||||
self._loadScheduler()
|
||||
if not self.conf.get("newBury", False):
|
||||
self.conf["newBury"] = True
|
||||
self.setMod()
|
||||
|
||||
def name(self) -> Any:
|
||||
n = os.path.splitext(os.path.basename(self.path))[0]
|
||||
|
|
Loading…
Reference in a new issue