diff --git a/src/endpoints/matchmaking.py b/src/endpoints/matchmaking.py index f547cf6..53aaaa2 100644 --- a/src/endpoints/matchmaking.py +++ b/src/endpoints/matchmaking.py @@ -74,7 +74,6 @@ def queue(): logger.graylog_logger(level="info", handler="logging_queue", message=f"User {userid} is queueing for {category} in {region} with {count_a} hunters and {count_b} runners") try: - queue_data = side, check_only if not check_only: matchmaking_queue.queuePlayer(side=side, userId=userid) if additional_user_ids: @@ -229,6 +228,7 @@ def match_register(match_id_unsanitized): if dev_env == "true": match_id = f"DEV-{match_id}" + match_id = f"DEV-{match_id}" webhook_data = { "content": "",