Skip to content

Commit 2d1baed

Browse files
committed
Fix slots issue
1 parent b25898a commit 2d1baed

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

codingame/clash_of_code/clash_of_code.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,8 @@ class ClashOfCode(BaseObject):
137137
"time_before_start",
138138
"time_before_end",
139139
"players",
140+
"_test_session_handle",
141+
"_question",
140142
)
141143

142144
def __init__(self, state: "ConnectionState", data: ClashOfCodeDict):

0 commit comments

Comments
 (0)