Skip to content
This repository was archived by the owner on Dec 31, 2025. It is now read-only.

Commit ce354ba

Browse files
committed
Fixed WAG to cover more than one day
1 parent 8ad1895 commit ce354ba

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

dragonlog/contest/contests_darc.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -391,3 +391,8 @@ def extract_exchange(exchange: str) -> ExchangeData | None:
391391
@staticmethod
392392
def prepare_exchange(exchange: ExchangeData):
393393
return f'{exchange.darc_dok}'
394+
395+
@classmethod
396+
def is_single_day(cls) -> bool:
397+
"""If the contest is on a single day"""
398+
return False

0 commit comments

Comments
 (0)