Fix path to python

This commit is contained in:
Thomas Forgione 2019-03-27 18:49:41 +01:00
parent ea444b350c
commit d4d13edc1a
No known key found for this signature in database
GPG Key ID: 203DAEA747F48F41
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ const bcrypt = require('bcryptjs');
// Consts
const port = 8000;
const pythonPath = '/usr/bin/python3'
const pythonPath = '/home/pytron/miniconda3/envs/pytron/bin/python'
const aisPath = 'pytron_run/ai_manager/'
const aisPathOld = 'pytron_run/ai_manager_old'
const hashPath = "__bcrypt__hash.txt"