Skip to content

Commit

Permalink
Bump sio2jail version
Browse files Browse the repository at this point in the history
  • Loading branch information
MasloMaslane committed Jun 27, 2024
1 parent 471c3ba commit fca4f66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sio/workers/executors.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = []
Expand Down

0 comments on commit fca4f66

Please sign in to comment.