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

Fix pyproject

Rene Teigen 2 years ago
parent 4b3201db0d
commit 5e0c7ab27a

@ -44,7 +44,7 @@ path = "gpt3discord.py"
include = [
"cogs/*.py",
"models/*.py",
"services/*.py"
"services/*.py",
"gpt3discord.py",
]

Loading…
Cancel
Save