Remove inutil comments

This commit is contained in:
Stefano Assenzo 2023-02-16 15:42:05 +00:00 committed by GitHub
parent a3e27ec3d5
commit c83251c4d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 3 deletions

3
app.py
View File

@ -40,9 +40,6 @@ def homepage():
@app.route('/orario')
def orario():
logging.info("A user went up: Orario")
#url = "http://127.0.0.1:5000"
#response = Request(url, headers={"User-Agent": "Mozilla/5.0"})
#webpage = urlopen(response).read()
# Take all data from mongodb
dict = list(collection.find({}, {"_id": 0, "School Subject": 1}))
number = str(range(0,7))