Start timing work
This commit is contained in:
@@ -8,7 +8,7 @@ MAX_CATEGORIES = 28100
|
||||
class Game:
|
||||
def __init__(self, code):
|
||||
self.code = code
|
||||
self.locked = True
|
||||
self.locked = False
|
||||
self.players = {}
|
||||
self.categories = {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user