main
Orell-Pieter Schwarzbach 2023-04-14 13:41:23 +02:00
parent 268c4c5d87
commit 3925c6e600
1 changed files with 3 additions and 1 deletions

View File

@ -11,3 +11,5 @@ with open(filename, 'wb') as file:
print(data)
file.write(data)
file.flush() # Flushe die Datei, um die Daten zu schreiben
# test