Commit 0a8d77fe authored by Neranga K.T.'s avatar Neranga K.T.

.

parent f11c7827
...@@ -124,5 +124,5 @@ def add_result(): ...@@ -124,5 +124,5 @@ def add_result():
#run the flask file #run the flask file
if __name__ == "__main__": if __name__ == "__main__":
# app.run(debug=True) # app.run(debug=True)
app.run(host='192.168.8.101') # app.run(host='192.168.8.101')
# app.run(host='0.0.0.0', port=5000, debug=True) app.run(host='0.0.0.0', port=5000)
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