We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0080fc commit d6b9c37Copy full SHA for d6b9c37
app/contest.go
@@ -46,7 +46,7 @@ func FindContest(contests []contest.Contest) (contest.Contest, error) {
46
47
openHackingPhase := currentTime - contests[lastContestIndex].StartTimeSeconds - contests[lastContestIndex].DurationSeconds
48
49
- if openHackingPhase < 12*3600 {
+ if openHackingPhase > 12*3600 {
50
return contest.Contest{}, errors.New("[Info] Open hacking phase finished")
51
}
52
0 commit comments