We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa3c86f commit 3c8efccCopy full SHA for 3c8efcc
README.md
@@ -357,7 +357,7 @@ This example shows how to use Judge0 Python SDK with your own Judge0 instance.
357
```python
358
import judge0
359
360
-client = judge0.Client(endpoint="http://127.0.0.1:2358", auth_headers=None)
+client = judge0.Client("http://127.0.0.1:2358", None)
361
362
source_code = """
363
#include <stdio.h>
0 commit comments