From e06eaa394424a5bf564fad4e8b4f4cadcf821f30 Mon Sep 17 00:00:00 2001 From: ZKWolf Date: Sun, 18 Feb 2024 21:53:31 +0100 Subject: [PATCH] removed garbage and MM fix --- src/endpoints/matchmaking.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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": "",