mirror of
https://github.com/Xevion/v1.xevion.dev.git
synced 2025-12-11 02:09:11 -06:00
ubuntu bad v3
This commit is contained in:
@@ -93,7 +93,7 @@ def boolparse(string, default=False):
|
|||||||
@login_required
|
@login_required
|
||||||
def hidden_help(id):
|
def hidden_help(id):
|
||||||
if id != app.config['HIDDEN_URL']:
|
if id != app.config['HIDDEN_URL']:
|
||||||
return '{}<br>{}<br>{}'.format(app.config['HIDDEN_URL'], str(type(app.config['HIDDEN_URL'])), str(type(id)))
|
return '{} != {}'.format(id, app.config['HIDDEN_URL'])
|
||||||
else:
|
else:
|
||||||
return render_template('hidden_help.html')
|
return render_template('hidden_help.html')
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user