Skip to content
This repository has been archived by the owner on Dec 14, 2024. It is now read-only.

Commit

Permalink
Fix acmsguru submit bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
xalanq committed Feb 29, 2020
1 parent 5b9e0b4 commit 63a9673
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/submit.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ func (c *Client) Submit(info Info, langID, source string) (err error) {
"action": {"submitSolutionFormSubmitted"},
"submittedProblemIndex": {info.ProblemID},
"programTypeId": {langID},
"contestId": {info.ContestID},
"source": {source},
"tabSize": {"4"},
"_tta": {"594"},
Expand Down

0 comments on commit 63a9673

Please sign in to comment.