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)