mirror of
https://github.com/engineer-man/piston.git
synced 2025-04-21 04:26:28 +02:00
Updated paradoc executor to use python3.8
This commit is contained in:
parent
402ec32f8b
commit
6c1e4082e0
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
#!/bin/bash
|
||||
|
||||
cd /tmp/$2
|
||||
timeout -s KILL 3 python3 -m paradoc code.code < args.args
|
||||
timeout -s KILL 3 python3.8 -m paradoc code.code < args.args
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue