diff --git a/server.js b/server.js index f3a257a..2c0d186 100644 --- a/server.js +++ b/server.js @@ -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"