ksort commited on
Commit
abff523
·
1 Parent(s): 5a34665

update upload

Browse files
Files changed (1) hide show
  1. model/matchmaker.py +1 -1
model/matchmaker.py CHANGED
@@ -79,7 +79,7 @@ def load_json_via_sftp():
79
  class RunningPivot(object):
80
  running_pivot = []
81
 
82
- not_run = [16, 18, 19, 20,21,22]
83
 
84
  def matchmaker(num_players, k_group=4):
85
  trueskill_env = TrueSkill()
 
79
  class RunningPivot(object):
80
  running_pivot = []
81
 
82
+ not_run = []
83
 
84
  def matchmaker(num_players, k_group=4):
85
  trueskill_env = TrueSkill()