reddit hot work (created template response)

This commit is contained in:
Xevion
2019-10-02 21:37:35 -05:00
parent 4733656846
commit 2a3efdbc62
4 changed files with 22 additions and 2 deletions
+4 -1
View File
@@ -37,8 +37,11 @@ def ftbhot_auth():
return 'hi bot guy'
@app.route('/ftbhot')
@app.route('/ftbhot/')
def ftbhot():
return 't'
@app.route('/time')
@app.route('/time/')
def time():
value = request.args.get('value')
if not value: