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:
|
for src in txt_files:
|
||||||
dst = backup_dir / src.name
|
dst = backup_dir / src.name
|
||||||
shutil.copy2(src, dst)
|
shutil.copy2(src, dst)
|
||||||
print(f"Kopiert: {src.name}")
|
#print(f"Kopiert: {src.name}")
|
||||||
|
logging.info(f"Kopiert: {src.name}")
|
||||||
|
|
||||||
logging.info(
|
logging.info(
|
||||||
"Backup erstellt. %d Datei(en) gesichert.",
|
"Backup erstellt. %d Datei(en) gesichert.",
|
||||||
|
|
@ -573,7 +574,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 = False
|
debug = True
|
||||||
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