diff --git a/Simbriefimport.py b/Simbriefimport.py index b3a98e2..9126de5 100644 --- a/Simbriefimport.py +++ b/Simbriefimport.py @@ -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