wow
This commit is contained in:
2
main.py
2
main.py
@ -27,7 +27,7 @@ def update():
|
||||
@app.route("/", methods = ['GET'])
|
||||
def normal():
|
||||
print(values.split(" "))
|
||||
return render_template('home.html', dates = wrap(values, 10))
|
||||
return render_template('home.html', dates = wrap(values, 10), total = len(values.split(' ')), days = values.split(' ')[-1])
|
||||
|
||||
if __name__ == '__main__':
|
||||
app.run(host='0.0.0.0', port=5000, debug=1)
|
||||
|
Reference in New Issue
Block a user