Skip to content

Commit 3c8efcc

Browse files
Simplify custom client example
1 parent fa3c86f commit 3c8efcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,7 @@ This example shows how to use Judge0 Python SDK with your own Judge0 instance.
357357
```python
358358
import judge0
359359

360-
client = judge0.Client(endpoint="http://127.0.0.1:2358", auth_headers=None)
360+
client = judge0.Client("http://127.0.0.1:2358", None)
361361

362362
source_code = """
363363
#include <stdio.h>

0 commit comments

Comments
 (0)