Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/sherlock/commit/a9c00d9dbe1eacd9af4de9cc50bf3877da053a72 You should set ROOT_URL correctly, otherwise the web may not work correctly.

Refactor checksymbols list initialization

pull/2138/head
abhirai7 11 months ago
parent 9b84a7817c
commit a9c00d9dbe

@ -143,7 +143,6 @@ def check_for_parameter(username):
return "{?}" in username
checksymbols = []
checksymbols = ["_", "-", "."]

Loading…
Cancel
Save