Skip to content

Commit 1e14b09

Browse files
authored
Update app.js
1 parent ef9a351 commit 1e14b09

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

app.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ app.post('/upload', (req, res) => {
6969
mode: 'text',
7070
args: [fname]
7171
};
72-
PythonShell.run('resgen.py', options, function (err,result) {
72+
PythonShell.run('resgen_v2.py', options, function (err,result) {
7373
if (err) throw err;
7474

7575

@@ -97,4 +97,4 @@ app.post('/upload', (req, res) => {
9797

9898
const port = 5000;
9999

100-
app.listen(port, () => console.log(`Server started on port ${port}`));
100+
app.listen(port, () => console.log(`Server started on port ${port}`));

0 commit comments

Comments
 (0)