Fix Logger.warn deprecation error on OTP25

This commit is contained in:
Mark Felder 2024-05-30 11:09:42 -04:00
parent bc4d6adbec
commit f5065eaf99
2 changed files with 2 additions and 1 deletions

View File

@ -0,0 +1 @@
noop

View File

@ -64,7 +64,7 @@ def parse_url(url) do
Jason.decode(body) Jason.decode(body)
else else
error -> error ->
Logger.warn(""" Logger.warning("""
[NsfwApiPolicy]: The API server failed. Skipping. [NsfwApiPolicy]: The API server failed. Skipping.
#{inspect(error)} #{inspect(error)}
""") """)