You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When starting mealie in version v2.4.0 or higher two SyntaxWarning are being logged.
Steps to Reproduce
Start the application in version >=v2.4.0.
See the Warnings in the Logs right away.
Please provide relevant logs
$ docker run ghcr.io/mealie-recipes/mealie:v2.4.0
usermod: no changes
Switching to dedicated user
User uid: 911
User gid: 911
/app/mealie/repos/repository_cookbooks.py:39: SyntaxWarning: invalid escape sequence '\d'if not (data.slug and re.match(f"^({new_slug})(-\d+)?$", data.slug)):
/app/mealie/schema/response/query_search.py:19: SyntaxWarning: invalid escape sequence '\#'
punctuation = "!\#$%&()*+,-./:;<=>?@[\\]^_`{|}~" # string.punctuation with ' & " removed…
First Check
What is the issue you are experiencing?
When starting
mealie
in version v2.4.0 or higher twoSyntaxWarning
are being logged.Steps to Reproduce
v2.4.0
.Please provide relevant logs
Mealie Version
Image Tag: ghcr.io/mealie-recipes/mealie:v2.4.0
Build: b3c0661
Deployment
Docker (Linux)
Additional Deployment Details
No response
The text was updated successfully, but these errors were encountered: