mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 08:46:37 -04: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
|
||||
else:
|
||||
d = self.delay1
|
||||
due = 0 + d*86400
|
||||
due = d*86400
|
||||
else:
|
||||
due = 0
|
||||
else:
|
||||
|
|
Loading…
Reference in a new issue