From 93642f25c14a7557fd2badbcf05365ccf5262c7e Mon Sep 17 00:00:00 2001 From: kai Date: Wed, 11 Feb 2026 13:17:49 +0100 Subject: [PATCH] modified comment Signed-off-by: kai --- Multi-Musikanteil.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Multi-Musikanteil.py b/Multi-Musikanteil.py index dcfa078..bf48044 100644 --- a/Multi-Musikanteil.py +++ b/Multi-Musikanteil.py @@ -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: