Removed allow_side_effects

This commit is contained in:
GeoffreyCoulaud
2023-07-01 03:01:15 +02:00
parent 8d082ab158
commit a7efe0a920
10 changed files with 10 additions and 11 deletions

View File

@@ -61,7 +61,7 @@ class Game(Gtk.Box):
game_cover = None
version = 0
def __init__(self, data, allow_side_effects=True, **kwargs):
def __init__(self, data, **kwargs):
super().__init__(**kwargs)
self.win = shared.win