mirror of
https://github.com/FAUSheppy/ths-blowerdoor-raven
synced 2025-12-09 16:28:32 +01:00
outdated
This commit is contained in:
5
data.py
5
data.py
@@ -1,11 +1,14 @@
|
||||
class BlowerdoorData:
|
||||
def __init__(self, path, docName, location, customer, pdfDate, blowerdoorDate):
|
||||
def __init__(self, path, docName, location, customer, pdfDate, blowerdoorDate, inDocumentDate=None):
|
||||
self.path = path
|
||||
self.docName = docName
|
||||
self.location = location
|
||||
self.customer = customer
|
||||
self.blowerdoorDate = blowerdoorDate
|
||||
self.pdfDate = pdfDate
|
||||
self.inDocumentDate = inDocumentDate
|
||||
|
||||
self.outdated = False
|
||||
|
||||
|
||||
#print("Bauort: " + location)
|
||||
|
||||
Reference in New Issue
Block a user