senshi-x / ComdirectPostboxDownloader

Downloads PDF files from the Comdirect postbox
GNU General Public License v3.0
87 stars 21 forks source link

Probleme mit doppelten Anführungszeichen #32

Closed BBMBB closed 3 months ago

BBMBB commented 3 months ago

Erstmal vielen Dank für das super Projekt!

Hat mir schon viel geholfen!

Auf meinem Linux Mint System bekomme ich Probleme mit doppelten Anführungszeichen:

File "main.py", line 247 printLeftString = f"{str(idx):>5} | [cyan]{document.dateCreation.strftime("%Y-%m-%d")}[/cyan] | {sanitize_filename(document.name)}" ^ SyntaxError: f-string: unmatched '('

senshi-x commented 3 months ago

Ich vermute, du nutzt noch eine ältere Python-Version. Genau das Problem von Doublequotes innerhalb eines f-Strings wurde erst mit Python 3.12 behoben.

Danke dir aber noch viel mehr für den PR, der das Problem ohne Nebenwirkungen fixt. :)