Commit 95ccab58 authored by madhuri.penikalapati's avatar madhuri.penikalapati

Update main.py

parent 75c90866
......@@ -12,7 +12,7 @@ def forecast():
data = response.json()
return data
else:
return {"message": f"Request failed with status code: {response.status_code}", "status":"failed"})
return {"message": f"Request failed with status code: {response.status_code}", "status":"failed"}
if __name__ == "__main__":
bind = "0.0.0.0" # Change this to your desired bind address (e.g., "127.0.0.1")
......
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