diff --git a/sio/workers/executors.py b/sio/workers/executors.py index 1ef2286..d11dc03 100644 --- a/sio/workers/executors.py +++ b/sio/workers/executors.py @@ -603,7 +603,7 @@ class Sio2JailExecutor(SandboxExecutor): REAL_TIME_LIMIT_ADDEND = 1000 # (in ms) def __init__(self): - super(Sio2JailExecutor, self).__init__('sio2jail_exec-sandbox') + super(Sio2JailExecutor, self).__init__('sio2jail_exec-sandbox-1.4.4') def _execute(self, command, **kwargs): options = []