Commit 07461b997ce4f2d854bbc30e258f752fd3357b54

Authored by FrancoNeto
1 parent 8ee109bb
Exists in master

Server.js alterado

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
@@ -13,7 +13,7 @@ var app = express(); @@ -13,7 +13,7 @@ var app = express();
13 13
14 var options = { 14 var options = {
15 pythonPath: 'python3', 15 pythonPath: 'python3',
16 - scriptPath: __dirname + '/../ScriptsPython_Blender_2_70', 16 + scriptPath: __dirname + '/../wikilibras-core',
17 args: [] 17 args: []
18 }; 18 };
19 19