From 4704045da81b36540550a5b8925718b437f7c2d9 Mon Sep 17 00:00:00 2001 From: Cayo Puigdefabregas Date: Mon, 12 Apr 2021 19:34:33 +0200 Subject: [PATCH] more easy to read --- ereuse_devicehub/resources/documents/documents.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ereuse_devicehub/resources/documents/documents.py b/ereuse_devicehub/resources/documents/documents.py index 3eadfb4d..75210340 100644 --- a/ereuse_devicehub/resources/documents/documents.py +++ b/ereuse_devicehub/resources/documents/documents.py @@ -328,7 +328,7 @@ class WbConfDocumentView(DeviceView): 'inventory': app.config['DB_SCHEMA'] } data['erase'] = False - # data['erase'] = False if wbtype == 'usodyrate' else True + # data['erase'] = True if wbtype == 'usodywipe' else False env = flask.render_template('documents/wbSettings.ini', **data) output = make_response(env)