ok icon indicating copy to clipboard operation
ok copied to clipboard

Can't submit assignment to localhost:5000 okpy

Open nnbaokhang opened this issue 4 years ago • 1 comments

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

nnbaokhang avatar Mar 13 '20 15:03 nnbaokhang

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

LarynQi avatar Jul 08 '20 23:07 LarynQi