Skip to content

Commit 156abd7

Browse files
committed
fix the default port
1 parent d5323f3 commit 156abd7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

scripts/sandbox_checker.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
from time import sleep
33

44
import requests
5-
import os
6-
sandbox_port = os.environ.get('SANDBOX_PORT', 39180)
5+
import os
6+
sandbox_port = os.environ.get('SANDBOX_PORT', 63712)
77
def run_ipython(code):
88
return {
99
'action': {

0 commit comments

Comments
 (0)