Browse Source

cant overwrite existing func lol

main
Ravi Shah 5 years ago
parent
commit
22b8583dbe
  1. 2
      Web_Dashboard/app.py

2
Web_Dashboard/app.py

@ -444,7 +444,7 @@ def ten():
return render_template('ten.html', smartphone=ten_smartphone, tablet=ten_tablet, laptop=ten_laptop) return render_template('ten.html', smartphone=ten_smartphone, tablet=ten_tablet, laptop=ten_laptop)
@app.route('/rickroll') @app.route('/rickroll')
def index():
def rickroll():
return render_template('rickroll.html') return render_template('rickroll.html')
if __name__ == '__main__': if __name__ == '__main__':

Loading…
Cancel
Save