Skip to content
代码片段 群组 项目
提交 42ee2262 编辑于 作者: 刘 玉河's avatar 刘 玉河
浏览文件

fix: remove submission_id check in get_history

上级 e5ebf68f
分支
1 合并请求!3Feat submission history
......@@ -56,7 +56,7 @@ def get_history(judge_server=None, contest=None, ticket=None):
contest = contest or CONTEST
ticket = ticket or TICKET
if not judge_server or not contest or not ticket or not submission_id:
if not judge_server or not contest or not ticket:
missing = [
"judge_server" if not judge_server else "",
"contest" if not contest else "",
......
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册