Remove points limit
This commit is contained in:
@@ -366,7 +366,7 @@ async def save_challenges(
|
||||
description=ch_data.description,
|
||||
type=ch_type,
|
||||
difficulty=difficulty,
|
||||
points=max(1, min(500, ch_data.points)),
|
||||
points=max(1, ch_data.points),
|
||||
estimated_time=ch_data.estimated_time,
|
||||
proof_type=proof_type,
|
||||
proof_hint=ch_data.proof_hint,
|
||||
|
||||
Reference in New Issue
Block a user