image download and save ran as async task

This commit is contained in:
Owen
2024-12-16 20:45:30 +01:00
parent 6916e0cc09
commit 727706bb2c
10 changed files with 102 additions and 43 deletions
+2 -1
View File
@@ -1,6 +1,7 @@
import Config
config :plantid_discord_bot,
image_path: "priv/static"
image_path: "priv/static",
plantnet_api_base_url: "https://my-api.plantnet.org/v2"
import_config "#{config_env()}.exs"