Fix path to python
This commit is contained in:
parent
ea444b350c
commit
d4d13edc1a
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue