From f984ea15f3a968140bb6088978b5d96b77471403 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrick=20L=C3=BChne?= Date: Tue, 21 Nov 2017 02:21:30 +0100 Subject: [PATCH] Add Python to config file --- config.example.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config.example.yml b/config.example.yml index 14fadc4d3..523afe6cf 100644 --- a/config.example.yml +++ b/config.example.yml @@ -18,6 +18,9 @@ storage: statusLogSize: 100 executables: + python: + # Python executable + binary: python3 timeout: # path to timeout script (https://github.com/pshved/timeout) binary: /home/user/repos/timeout/timeout