This commit is contained in:
hubobel 2025-12-28 18:48:17 +01:00
parent a029ccefef
commit 3f4713ffbf

View file

@ -82,6 +82,10 @@ def ensure_version_info(force: bool = False) -> str:
)
"""
VERSION_INFO_FILE.write_text(content, encoding="utf-8")
VERSION_RUNTIME_FILE = Path("version_runtime.txt")
# ...
VERSION_RUNTIME_FILE.write_text(textvers, encoding="utf-8")
return textvers
def get_build():
try:
@ -550,7 +554,7 @@ ordnerneu.mkdir(exist_ok=True)
logging.info("--------------------------------------------------")
logging.info("START .txt Erzeugung ")
logging.info("--------------------------------------------------")
debug = True
debug = False
if debug == False:
metarCabin = METAR()
metar = metarCabin.choices[0].message.content