From 8a352d4901b179875b20377bfbae3597180feef0 Mon Sep 17 00:00:00 2001 From: Federico Glaudo Date: Thu, 14 Jul 2022 23:22:25 +0200 Subject: [PATCH] Update --- p2d/domjudge_api.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/p2d/domjudge_api.py b/p2d/domjudge_api.py index 24ee6bd..24fd34a 100644 --- a/p2d/domjudge_api.py +++ b/p2d/domjudge_api.py @@ -27,9 +27,6 @@ def call_domjudge_api(api_address, data, files, credentials): # Updates the problem on the server with the package_zip. # Returns true if the update was successful. -# TODO: This depends on the (still to be merged) PR -# https://github.com/DOMjudge/domjudge/pull/1522. -# credentials is a dictionary with keys contest_id, server, username, password. def update_problem_api(package_zip, problem_id, credentials): api_address = '/api/v4/contests/%s/problems' % credentials['contest_id']