mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 22:12: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:
|
class ServerData:
|
||||||
minutes_west: Optional[int]
|
minutes_west: Optional[int] = None
|
||||||
|
|
||||||
|
|
||||||
def Collection(
|
def Collection(
|
||||||
|
|
Loading…
Reference in a new issue