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

Conversation

giuliolibrando
Copy link
Contributor

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
from .migrator import Migrator
File "/usr/local/lib/python3.10/dist-packages/ppim-migrator/migrator.py", line 2, in
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 '('

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 '('
Copy link
Owner

@v411e v411e left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awesome, thanks!

@v411e v411e merged commit 333de4a into v411e:main Jul 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants