fix: update repository URL in configuration file to point to new GitHub location
This commit is contained in:
parent
d9c3f68bfa
commit
dee96b8da5
@ -266,7 +266,7 @@ async def handle_index(request: web.Request):
|
||||
if request.app.is_upload_folder_quota_reached:
|
||||
message = "Server reached quota! Contact administrator."
|
||||
if request.app.upload_url in message:
|
||||
url = message["here:" + len("here: "):]
|
||||
url = message[message.find("here: ") + len("here: "):]
|
||||
message = message.replace("here: ", f"here: <a href=\"{url}")
|
||||
message += f'">{url}</a>'
|
||||
if message:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user