Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update immich_api.py #10

Merged
merged 1 commit into from
Jul 15, 2024
Merged

Update immich_api.py #10

merged 1 commit into from
Jul 15, 2024

Commits on Jul 15, 2024

  1. Update immich_api.py

    Resolved SyntaxError: f-string: unmatched '('
    
    Traceback (most recent call last):
      File "/usr/lib/python3.10/runpy.py", line 196, in _run_module_as_main
        return _run_code(code, main_globals, None,
      File "/usr/lib/python3.10/runpy.py", line 86, in _run_code
        exec(code, run_globals)
      File "/usr/local/lib/python3.10/dist-packages/ppim-migrator/__main__.py", line 2, in <module>
        from .migrator import Migrator
      File "/usr/local/lib/python3.10/dist-packages/ppim-migrator/migrator.py", line 2, in <module>
        from .api.immich_api import ImmichApi
      File "/usr/local/lib/python3.10/dist-packages/ppim-migrator/api/immich_api.py", line 33
        description = f"Imported from photoprism ({datetime.datetime.now().strftime("%I:%M%p on %B %d, %Y")})",
                                                                                     ^
    SyntaxError: f-string: unmatched '('
    giuliolibrando committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    31cacbf View commit details
    Browse the repository at this point in the history