diff options
| -rw-r--r-- | worker.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -225,7 +225,7 @@ def process(): if len(match.rosters) < 2 \ or len(match.rosters[0].participants) < 3 \ or len(match.rosters[1].participants) < 3: - logger.error("got an invalid matchup %s", match.api_id) + logger.info("got an invalid matchup %s", match.api_id) match.trueskill_quality = 0 continue if anyAfk: |
