DmitrMakeev commited on
Commit
ffa2aaa
1 Parent(s): 6f117b6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -34,7 +34,7 @@ def settings():
34
 
35
 
36
  @app.route('/online', methods=['GET'])
37
- def online():
38
  return render_template('online.html')
39
 
40
 
 
34
 
35
 
36
  @app.route('/online', methods=['GET'])
37
+ def onli():
38
  return render_template('online.html')
39
 
40