Skip to content

can't run itΒ #139

@linkcell

Description

@linkcell

installed all good, but when trying to run it...

$ python loconotion community.toml 
Traceback (most recent call last):
  File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/runpy.py", line 193, in _run_module_as_main
    "__main__", mod_spec)
  File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/runpy.py", line 85, in _run_code
    exec(code, run_globals)
  File "loconotion/__main__.py", line 4, in <module>
    import modules.main as main
  File "loconotion/modules/main.py", line 8, in <module>
    from .notionparser import Parser
  File "loconotion/modules/notionparser.py", line 580
    if not (custom_fonts := self.get_page_config(url).get("fonts", {})):
                         ^
SyntaxError: invalid syntax

any ideas?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions