And the other one

This commit is contained in:
Tracker-Friendly 2024-04-02 16:56:22 +01:00
parent 064f4583af
commit d6cdfa022b
1 changed files with 1 additions and 1 deletions

2
main
View File

@ -378,7 +378,7 @@ async def apideleteauth():
return 400 return 400
else: else:
try: try:
conn.execute("DELETE FROM oauth WHERE appId = ? AND creator = ?", (str(appId), str(user["id"])) conn.execute("DELETE FROM oauth WHERE appId = ? AND creator = ?", (str(appId), str(user["id"])))
except: except:
pass pass
else: else: