Set version to 0 by default
This commit is contained in:
@@ -59,7 +59,7 @@ class Game(Gtk.Box):
|
|||||||
removed = None
|
removed = None
|
||||||
blacklisted = None
|
blacklisted = None
|
||||||
game_cover = None
|
game_cover = None
|
||||||
version = None
|
version = 0
|
||||||
|
|
||||||
def __init__(self, data, allow_side_effects=True, **kwargs):
|
def __init__(self, data, allow_side_effects=True, **kwargs):
|
||||||
super().__init__(**kwargs)
|
super().__init__(**kwargs)
|
||||||
|
|||||||
Reference in New Issue
Block a user