diff --git a/Simbriefimport.py b/Simbriefimport.py index 2ea5ea8..0b38d8f 100644 --- a/Simbriefimport.py +++ b/Simbriefimport.py @@ -1,3 +1,4 @@ +#V0.1 @Mac import requests import json from pathlib import Path @@ -271,4 +272,4 @@ Pfad = Pfad_wd + 'BoardingWelcomePilot.txt' txtSave(Pfad, Inhalt) Pfad = Pfad_wd + 'FastenSeatbelt.txt' -txtSave(Pfad, metar) \ No newline at end of file +txtSave(Pfad, metar)