truth -> truths
All checks were successful
Build and Publish college-bot-v2 / build_and_publish (push) Successful in 13s

This commit is contained in:
Nexus 2024-06-07 20:47:57 +01:00
parent 08f167e294
commit 7f500db043
Signed by: nex
GPG key ID: 0FA334385D0B689F

View file

@ -1191,7 +1191,7 @@ class Ollama(commands.Cog):
username = CONFIG["truth"].get("username", "1") username = CONFIG["truth"].get("username", "1")
password = CONFIG["truth"].get("password", "2") password = CONFIG["truth"].get("password", "2")
response = await client.get( response = await client.get(
"%s/truth/%s" % (r, truth_id), "%s/truths/%s" % (r, truth_id),
timeout=60, timeout=60,
auth=(username, password), auth=(username, password),
) )