From 5ade1cc5ca0c5f6fd549e11ef5b159d79dac39b8 Mon Sep 17 00:00:00 2001 From: Martin Mares <mj@ucw.cz> Date: Sun, 19 Mar 2023 23:34:56 +0100 Subject: [PATCH] =?UTF-8?q?Job=20pro=20v=C3=BDrobu=20protokol=C5=AF=20m?= =?UTF-8?q?=C3=A1=20ve=20jm=C3=A9n=C4=9B=20i=20=C4=8D=C3=A1st=20kola?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mo/jobs/protocols.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mo/jobs/protocols.py b/mo/jobs/protocols.py index 6b64b487..d684efe2 100644 --- a/mo/jobs/protocols.py +++ b/mo/jobs/protocols.py @@ -48,7 +48,7 @@ def schedule_create_protocols(contest: db.Contest, site: Optional[db.Place], for the_job = TheJob() job = the_job.create(db.JobType.create_protocols, for_user) - job.description = f'Formuláře protokolů {contest.round.round_code_short()} {place.name}' + job.description = f'Formuláře protokolů {contest.round.round_code()} {place.name}' job.in_json = { 'contest_id': contest.contest_id, 'site_id': site.place_id if site else None, -- GitLab