okpy / ok

ok.py supports programming projects by running tests, tracking progress, and assisting in debugging.
Apache License 2.0
331 stars 83 forks source link

Can't submit assignment to localhost:5000 okpy #1386

Open nnbaokhang opened 4 years ago

nnbaokhang commented 4 years ago

I able to submit assignment to https://okpy.org/... but I can't submit my assignment to localhost:5000 since I have my local okpy running. How do I change the url from okpy.org to point to my localhost:5000

LarynQi commented 4 years ago

Try running python3 ok --submit --insecure --server localhost:5000