Commit 5927c36f authored by W.D.R.P. Sandeepa's avatar W.D.R.P. Sandeepa

changes

parent 7bb80673
...@@ -197,4 +197,4 @@ def reading(): ...@@ -197,4 +197,4 @@ def reading():
return make_response(body) return make_response(body)
if __name__ == "__main__": if __name__ == "__main__":
app.run(host='192.168.1.100') app.run(host='192.168.1.101')
...@@ -12,7 +12,7 @@ def create_con(): ...@@ -12,7 +12,7 @@ def create_con():
database="helply", database="helply",
host="127.0.0.1", host="127.0.0.1",
user="root", user="root",
password="12345678" password="rp19970520"
) )
return db return db
......
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