Fehler bei Inhaltwelcome behoben
This commit is contained in:
parent
dd9949b143
commit
49f095346f
1 changed files with 3 additions and 2 deletions
|
|
@ -443,7 +443,8 @@ def BACKUP(Pfad):
|
|||
for src in txt_files:
|
||||
dst = backup_dir / src.name
|
||||
shutil.copy2(src, dst)
|
||||
print(f"Kopiert: {src.name}")
|
||||
#print(f"Kopiert: {src.name}")
|
||||
logging.info(f"Kopiert: {src.name}")
|
||||
|
||||
logging.info(
|
||||
"Backup erstellt. %d Datei(en) gesichert.",
|
||||
|
|
@ -573,7 +574,7 @@ ordnerneu.mkdir(exist_ok=True)
|
|||
logging.info("--------------------------------------------------")
|
||||
logging.info("START .txt Erzeugung ")
|
||||
logging.info("--------------------------------------------------")
|
||||
debug = False
|
||||
debug = True
|
||||
if debug == False:
|
||||
metarCabin = METAR()
|
||||
metar = metarCabin.choices[0].message.content
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue