mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02:21 -04:00
add default value to ServerData
This commit is contained in:
parent
4133b14659
commit
06f219ce33
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