Skip to content

Commit

Permalink
feat: add online website
Browse files Browse the repository at this point in the history
  • Loading branch information
RickYangzz committed Dec 13, 2023
1 parent 606930a commit fc1f52b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion server.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# https://dashboard.render.com/
# https://weather-python-an87.onrender.com
from flask import Flask, render_template, request
from weather import get_current_weather
from waitress import serve


app = Flask(__name__)

@app.route('/')
Expand Down

0 comments on commit fc1f52b

Please sign in to comment.