From c6814caf80fd82931206f1e6bce96f2140e84214 Mon Sep 17 00:00:00 2001 From: ClovertaTheTrilobita Date: Fri, 17 Jan 2025 20:39:01 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E6=B5=8B=E8=AF=95=E7=94=A8?= =?UTF-8?q?=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/qq_plugins/codeforces.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/qq_plugins/codeforces.py b/src/qq_plugins/codeforces.py index 8eea06e..f3bb781 100644 --- a/src/qq_plugins/codeforces.py +++ b/src/qq_plugins/codeforces.py @@ -45,5 +45,5 @@ async def get_cf_rounds(): all_matches = "".join([all_matches, until_start]) if matches["phase"] == "FINISHED": i = True - print(all_matches) + # print(all_matches) await cf_query.finish(all_matches)