main
Orell-Pieter Schwarzbach 2023-04-14 13:43:36 +02:00
parent 64b3349e5e
commit ffb7102814
1 changed files with 1 additions and 1 deletions

View File

@ -12,4 +12,4 @@ with open(filename, 'wb') as file:
file.write(data)
file.flush() # Flushe die Datei, um die Daten zu schreiben
# tes