feature: names fixes

This commit is contained in:
ievgenii vdovenko 2025-07-24 16:19:43 +02:00
parent 2dcb9984c7
commit 1c3d177833
4 changed files with 5 additions and 5 deletions

View file

@ -1267,7 +1267,7 @@ class User(Base, BaseModel):
user = cls.scalars(stmt).first()
if user is None:
raise Exception("FATAL: Missing ghost account!")
raise Exception("FATAL: Missing ghost user!")
return user
@classmethod