Remove inutil comments
This commit is contained in:
parent
a3e27ec3d5
commit
c83251c4d4
3
app.py
3
app.py
|
@ -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))
|
||||
|
|
Loading…
Reference in New Issue