From 8c1a3e6494e3c7ea0127884fa43009b38f4144a4 Mon Sep 17 00:00:00 2001 From: Yannik Schmidt Date: Wed, 26 Jan 2022 11:44:09 +0100 Subject: [PATCH] add 'done' attribute for BD data in init --- data.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/data.py b/data.py index 872f2df..8eb0ddf 100644 --- a/data.py +++ b/data.py @@ -9,8 +9,9 @@ class BlowerdoorData: self.inDocumentDate = inDocumentDate self.outdated = False + self.done = False #print("Bauort: " + location) #print("Bauherr: " + customer) -#print("Blowerdoor: " + blowerdoorDate) \ No newline at end of file +#print("Blowerdoor: " + blowerdoorDate)