Skip to content
Snippets Groups Projects

Sazba diplomů

Merged Martin Mareš requested to merge diplomy into devel
Compare and Show latest version
3 files
+ 2
5
Compare changes
  • Side-by-side
  • Inline

Files

+ 1
1
@@ -133,7 +133,7 @@ class Notifier:
self.round = round
self.contest = contest
self.new_state = new_state
self.notify_teachers = new_state == db.RoundState.closed
self.notify_teachers = new_state == db.RoundState.closed and round.level < 4
logger.debug(f'{self.the_job.log_prefix} Notifikace pro soutěž #{contest.contest_id} ({contest.place.name}), stav={new_state.name} teachers={self.notify_teachers}')
def run(self) -> None:
Loading