So now the script send me a photo

This commit is contained in:
Stefano Assenzo
2023-01-29 16:01:53 +00:00
committed by GitHub
parent 74da1235b4
commit 931cf9975e
3 changed files with 12 additions and 8 deletions

5
app.py
View File

@ -36,11 +36,6 @@ def orario():
number = str(range(0,7))
day = str(["Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday"])
return render_template('orario/orario.html', data=dict, number=number, day=day)
@app.route('/calendario')
def calendario():
logging.info("A user went up: Calendario")
return render_template('html/calendario.html')
if __name__ == '__main__':
logging.info("Web server started!")