Browse Source

'nnyverter.py' ändern

tsi 5 năm trước cách đây
mục cha
commit
48937c0f91
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      nnyverter.py

+ 1 - 0
nnyverter.py

@@ -62,5 +62,6 @@ with open("ergebnis.csv", 'w', newline='') as csvfile:
             daily = daily + float(match.group(2).replace(",","."))
             i = i+1
         print(daily)
+        spamwriter.writerow(["Gesamt"] + [daily])
         spamwriter.writerow([])
         print("ok")