main: Fixed reused function name
This commit is contained in:
parent
c8eafb6406
commit
2ef8e2c38d
@ -234,7 +234,7 @@ def site_status():
|
|||||||
|
|
||||||
|
|
||||||
@app.route('/info')
|
@app.route('/info')
|
||||||
def site_status():
|
def site_status_human():
|
||||||
domain = request.args.get('domain')
|
domain = request.args.get('domain')
|
||||||
if domain == None:
|
if domain == None:
|
||||||
return "<h1>Invalid domain</h1>"
|
return "<h1>Invalid domain</h1>"
|
||||||
|
Loading…
Reference in New Issue
Block a user