fixing comment

This commit is contained in:
Cayo Puigdefabregas 2021-03-16 20:55:07 +01:00
parent 2ee71def75
commit 4cbe28d591
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@ class TagDeviceView(View):
else:
raise LinkedToAnotherDevice(tag.device_id)
else:
# Check if this device exist for this woner
# Check if this device exist for this owner
Device.query.filter_by(owner=g.user).filter_by(id=device_id).one()
tag.device_id = device_id