Closed nichujie closed 2 years ago
https://github.com/joint-online-judge/horse/blob/9123c97e7b58bf74283328a96db8842ecbf2ea59/joj/horse/schemas/problem_config.py#L76-L80
Line 77 should be if case.get(...) ?
if case.get(...)
https://github.com/joint-online-judge/horse/blob/9123c97e7b58bf74283328a96db8842ecbf2ea59/joj/horse/schemas/problem_config.py#L76-L80
Line 77 should be
if case.get(...)
?