Skip to content

Commit

Permalink
CourseOutを二回数えてしまうのを修正
Browse files Browse the repository at this point in the history
  • Loading branch information
dadada-dada committed Dec 2, 2020
1 parent 44fe9aa commit 296fe39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion judge/timer.py
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ def Stop(self):
def CourseOutRecovery(self):
url = JUDGESERVER_UPDATEDATA_URL
req_data = {
"courseout_count": 1,
# "courseout_count": 1,
"is_courseout": 1
}
res = self.httpPostReqToURL(url, req_data)
Expand Down

0 comments on commit 296fe39

Please sign in to comment.