fix in deploy

This commit is contained in:
Mateusz Gruszczyński 2025-03-07 08:53:31 +01:00
parent 0b3bf4a654
commit f151a8a050

2
app.py
View File

@ -1211,7 +1211,7 @@ def deploy_user(user_id):
db.session.commit()
except Exception as e:
db.session.add(DeployLog(
details=f'Failed to update {h.hostname}: {str(e)} for user {user_id}'
details=f'Failed to update {h.hostname}: {str(e)} for user {user_id}',
user_id=user_id
))