Compare commits

...

2 Commits

Author SHA1 Message Date
ff1f9ef074 fixing merges 2023-09-03 23:46:19 -04:00
14428af539 added cd to directory 2023-09-03 23:43:38 -04:00
4 changed files with 5 additions and 1 deletions

Binary file not shown.

Binary file not shown.

View File

@@ -129,4 +129,8 @@ api.add_resource(jobManager, '/api/jobs')
#Runs the Flask app #Runs the Flask app
if __name__ == '__main__': if __name__ == '__main__':
app.run(debug=False) <<<<<<< HEAD
app.run(debug=True)
=======
app.run(debug=False)
>>>>>>> a21c4bf53294a9d71093572e3e30f1010607e015

0
start.sh Normal file → Executable file
View File