Commit aa23b8e7 authored by kranthi.kumar's avatar kranthi.kumar

Update app.py

parent 86ca1cf5
...@@ -8,7 +8,7 @@ app.secret_key = 'super secret key' ...@@ -8,7 +8,7 @@ app.secret_key = 'super secret key'
app.register_blueprint(blueprint_object) app.register_blueprint(blueprint_object)
try: try:
if __name__ == '__main__': if __name__ == '__main__':
app.run(port=8300) app.run(port=8021)
except Exception as e: except Exception as e:
logging.exception("Exception occurred", exc_info=True) logging.exception("Exception occurred", exc_info=True)
print(e) print(e)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment