17
This commit is contained in:
@@ -43,7 +43,7 @@ def add_card(
|
||||
is None
|
||||
)
|
||||
except AssertionError:
|
||||
raise HTTPException(status.HTTP_409_CONFLICT, detail="Name already used!")
|
||||
raise HTTPException(status.HTTP_409_CONFLICT, detail="Name already used?")
|
||||
try:
|
||||
assert (
|
||||
db.exec(
|
||||
|
||||
Reference in New Issue
Block a user