Compare commits
2 Commits
a21c4bf532
...
ff1f9ef074
| Author | SHA1 | Date | |
|---|---|---|---|
| ff1f9ef074 | |||
| 14428af539 |
BIN
__pycache__/main.cpython-310.pyc
Normal file
BIN
__pycache__/main.cpython-310.pyc
Normal file
Binary file not shown.
BIN
instance/jobs.db
BIN
instance/jobs.db
Binary file not shown.
6
main.py
6
main.py
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user