Open dosoft opened 2 years ago
File "/opt/loconotion/loconotion/loconotion/modules/notionparser.py", line 544 if not (custom_fonts := self.get_page_config(url).get("fonts", {})): ^ SyntaxError: invalid syntax
Any ideas why I'm getting this error?
The "walrus" operator is available from Python 3.8. We should update pyproject.toml file to specify that we need at least this version.
Created PR for this #112
Any ideas why I'm getting this error?