sourse
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2026-04-11 21:33:43 +10:00
parent 89da884e66
commit 662cfa0994
2 changed files with 5 additions and 6 deletions

View File

@@ -248,7 +248,7 @@ def add_sources(url: str, promt: str):
try:
with conn.cursor() as cur:
cur.execute("""
INSERT INTO config_gpt (url, promt)
INSERT INTO sourse (url, promt)
VALUES (%s, %s)
ON CONFLICT (url) DO UPDATE SET
promt = EXCLUDED.promt