@@ -2,7 +2,7 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
"""
|
||||
Mehrmonats Auswertung ACRCloud PDF‑Report + Druck
|
||||
Mehrmonats Auswertung ACRCloud PDF Report und Druck
|
||||
———————————————————————————————————————————————
|
||||
• Timestamp Spalten : "Timestamp(UTC+0x:00)"
|
||||
• Dauer Spalte : "Played Duration" (Sekunden)
|
||||
@@ -126,11 +126,11 @@ def main() -> None:
|
||||
# chronologisch sortieren
|
||||
ergebnisse.sort(key=lambda x: (x[0], x[1]))
|
||||
|
||||
# PDF‑Datei speichern
|
||||
# PDF Datei speichern
|
||||
save_path = filedialog.asksaveasfilename(
|
||||
title="PDF‑Report speichern unter …",
|
||||
title="PDF Report speichern unter …",
|
||||
defaultextension=".pdf",
|
||||
filetypes=[("PDF‑Datei", "*.pdf")],
|
||||
filetypes=[("PDF Datei", "*.pdf")],
|
||||
initialfile="Musikanteil_Report.pdf",
|
||||
)
|
||||
if not save_path:
|
||||
|
||||
Reference in New Issue
Block a user