From ec4d87d8ec838cfb79501d9e679aa78ceaa228ae Mon Sep 17 00:00:00 2001 From: Cayo Puigdefabregas Date: Tue, 27 Apr 2021 15:39:37 +0200 Subject: [PATCH] add blank line --- ereuse_devicehub/resources/action/views.py | 1 + 1 file changed, 1 insertion(+) diff --git a/ereuse_devicehub/resources/action/views.py b/ereuse_devicehub/resources/action/views.py index 85f347bb..18a26e20 100644 --- a/ereuse_devicehub/resources/action/views.py +++ b/ereuse_devicehub/resources/action/views.py @@ -404,5 +404,6 @@ class ActionView(View): user = offer.user_from if g.user == offer.user_from: user = offer.user_to + confirm = Confirm(user=user, action=offer, devices=offer.devices) db.session.add(confirm)