This commit is contained in:
UrloMythus
2026-02-19 20:15:03 +01:00
parent 7785e8c604
commit cfc6bbabc9
181 changed files with 32141 additions and 4629 deletions
+1 -1
View File
@@ -52,7 +52,7 @@ class EncryptionHandler:
del data["ip"] # Remove IP from the data
return data
except Exception as e:
except Exception:
raise HTTPException(status_code=401, detail="Invalid or expired token")