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

Commit

Permalink
Fix #23
Browse files Browse the repository at this point in the history
  • Loading branch information
xanderdunn committed Apr 12, 2017
1 parent 466ab71 commit bed44d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -8,7 +8,7 @@ Remove `--use_local` for production runs. This will spawn a sever on port 5151 (

For example, the following python code works

`requests.post("http://localhost:5151/", json={'user': 'zuz', 'submission_id': '58d411e57278611200ee49a6', 'competition_id': 41})`
`requests.post("http://localhost:5151/", json={'user': 'zuz', 'submission_id': '58d411e57278611200ee49a6', 'competition_id': 41, 'api_key': 'h/52y/E7cm8Ih4F3cVdlBM4ZQxER+Apk6P0L7yR0lFU='})`

To see the logic behind scoring originality and concordance, see those python files.

Expand Down

0 comments on commit bed44d0

Please sign in to comment.