fixing merges

This commit is contained in:
2023-09-03 23:46:19 -04:00
2 changed files with 5 additions and 0 deletions

View File

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

View File

@@ -1,2 +1,3 @@
#!/bin/bash
cd /home/jerick/cron_monitor/
waitress-serve --host 0.0.0.0 main:app