mirror of
https://github.com/pewdiepie-archdaemon/odysseus.git
synced 2026-06-22 04:35:29 -04:00
19ea04507d
calendar_routes.py used a backslash inside an f-string expression, valid only on Python 3.12+. Hoist the newline-escaping out of the f-string so the app imports on Python 3.11, as the README states. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>