fix group stage issue

sync_v2
Laurent 8 months ago
parent 51735f4457
commit f1a5b0c44d
  1. 2
      tournaments/models/group_stage.py

@ -166,7 +166,7 @@ class GroupStage(SideStoreModel):
class LiveGroupStage: class LiveGroupStage:
def __init__(self, id, title, step, index): def __init__(self, id, title, step, index):
self.id = id self.id = str(id)
self.title = title self.title = title
self.teams = [] self.teams = []
self.start = None self.start = None

Loading…
Cancel
Save