clearer error message

pull/55/head
Aevann1 2022-12-08 16:34:28 +02:00
parent 2295463d24
commit 5e8f2d0681
1 changed files with 1 additions and 1 deletions

View File

@ -393,7 +393,7 @@ def update_marsey(v):
existing.tags = tags
g.db.add(existing)
elif not file:
return error("You need to update this marsey!")
return error("You need to actually update something!")
ma = ModAction(
kind="update_marsey",