Updated paradoc executor to use python3.8

This commit is contained in:
Pyroseza 2021-01-21 21:49:17 +00:00
parent 402ec32f8b
commit 6c1e4082e0
1 changed files with 1 additions and 1 deletions

View File

@ -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