try port=81

This commit is contained in:
2022-05-24 21:36:40 -05:00
parent 961b0201b2
commit bf4aacc680

View File

@@ -53,3 +53,6 @@ def hello_world():
pass
# r = "<br>".join([event.vobject_instance.vevent.summary.value for event in events_fetched if event.vobject_instance.vevent.dtstart.value < datetime.now()])
return render_template("dashboard.html", days=days, today=datetime.datetime.now())
if __name__ == '__main__':
app.run(host='0.0.0.0', port=81)