mirror of
https://github.com/FAUSheppy/ths-blowerdoor-raven
synced 2025-12-06 06:51:36 +01:00
add 'done' attribute for BD data in init
This commit is contained in:
3
data.py
3
data.py
@@ -9,8 +9,9 @@ class BlowerdoorData:
|
|||||||
self.inDocumentDate = inDocumentDate
|
self.inDocumentDate = inDocumentDate
|
||||||
|
|
||||||
self.outdated = False
|
self.outdated = False
|
||||||
|
self.done = False
|
||||||
|
|
||||||
|
|
||||||
#print("Bauort: " + location)
|
#print("Bauort: " + location)
|
||||||
#print("Bauherr: " + customer)
|
#print("Bauherr: " + customer)
|
||||||
#print("Blowerdoor: " + blowerdoorDate)
|
#print("Blowerdoor: " + blowerdoorDate)
|
||||||
|
|||||||
Reference in New Issue
Block a user