Version
This commit is contained in:
parent
a029ccefef
commit
3f4713ffbf
1 changed files with 5 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue