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_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
|
return textvers
|
||||||
def get_build():
|
def get_build():
|
||||||
try:
|
try:
|
||||||
|
|
@ -550,7 +554,7 @@ ordnerneu.mkdir(exist_ok=True)
|
||||||
logging.info("--------------------------------------------------")
|
logging.info("--------------------------------------------------")
|
||||||
logging.info("START .txt Erzeugung ")
|
logging.info("START .txt Erzeugung ")
|
||||||
logging.info("--------------------------------------------------")
|
logging.info("--------------------------------------------------")
|
||||||
debug = True
|
debug = False
|
||||||
if debug == False:
|
if debug == False:
|
||||||
metarCabin = METAR()
|
metarCabin = METAR()
|
||||||
metar = metarCabin.choices[0].message.content
|
metar = metarCabin.choices[0].message.content
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue