mirror of
https://github.com/ankitects/anki.git
synced 2025-11-15 09:07:11 -05:00
remove superfluous 0
This commit is contained in:
parent
98304accb0
commit
7ab5a53e38
1 changed files with 1 additions and 1 deletions
|
|
@ -987,7 +987,7 @@ and type between 1 and 2""",
|
||||||
d = 0
|
d = 0
|
||||||
else:
|
else:
|
||||||
d = self.delay1
|
d = self.delay1
|
||||||
due = 0 + d*86400
|
due = d*86400
|
||||||
else:
|
else:
|
||||||
due = 0
|
due = 0
|
||||||
else:
|
else:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue