Spaces:
Running
on
Zero
Running
on
Zero
update upload
Browse files- 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 = [
|
| 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()
|