From 05c81382f2cd5c1a630e5be16f4880a15c78c73e Mon Sep 17 00:00:00 2001 From: Cayo Puigdefabregas Date: Tue, 1 Dec 2020 15:55:21 +0100 Subject: [PATCH] change comment of allocated --- ereuse_devicehub/resources/device/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ereuse_devicehub/resources/device/models.py b/ereuse_devicehub/resources/device/models.py index e8ebc62a..3a91bc36 100644 --- a/ereuse_devicehub/resources/device/models.py +++ b/ereuse_devicehub/resources/device/models.py @@ -107,7 +107,7 @@ class Device(Thing): image.comment = "An image of the device." allocated = db.Column(Boolean, default=False) - allocated.comment = "An image of the device." + allocated.comment = "device is allocated or not." _NON_PHYSICAL_PROPS = { 'id',