dev_dylan
Dylan Jeannin 2026-05-28 11:54:44 +02:00
parent 3087023caa
commit 83e0ecbdc7
2 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,6 @@ class D90AdisTSSpec(SQLSubModel):
major, minor, release = version.strip().split(".") major, minor, release = version.strip().split(".")
created = False created = False
if major == "0" and minor == "0": if major == "0" and minor == "0":
cls._db_create(execute) cls._db_create(execute)
created = True created = True

View File

@ -36,6 +36,7 @@ POLLUTANT_TYPES = {
7: "Flocs" 7: "Flocs"
} }
class EditPollutantTranslate(PollutantsTranslate): class EditPollutantTranslate(PollutantsTranslate):
def __init__(self): def __init__(self):
super(EditPollutantTranslate, self).__init__() super(EditPollutantTranslate, self).__init__()