fixed indent
This commit is contained in:
Binary file not shown.
4
main.py
4
main.py
@@ -129,8 +129,4 @@ api.add_resource(jobManager, '/api/jobs')
|
|||||||
|
|
||||||
#Runs the Flask app
|
#Runs the Flask app
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
<<<<<<< HEAD
|
|
||||||
app.run(debug=True)
|
|
||||||
=======
|
|
||||||
app.run(debug=False)
|
app.run(debug=False)
|
||||||
>>>>>>> a21c4bf53294a9d71093572e3e30f1010607e015
|
|
||||||
|
|||||||
Reference in New Issue
Block a user