mirror of
https://github.com/ankitects/anki.git
synced 2026-01-13 22:13:58 -05:00
add default value to ServerData
This commit is contained in:
parent
c870f37e39
commit
ad3769f3c2
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ from anki.utils import intTime, isWin
|
|||
|
||||
|
||||
class ServerData:
|
||||
minutes_west: Optional[int]
|
||||
minutes_west: Optional[int] = None
|
||||
|
||||
|
||||
def Collection(
|
||||
|
|
|
|||
Loading…
Reference in a new issue