mirror of
https://github.com/TheRealOwenRees/plantid-discord-bot.git
synced 2026-07-23 04:26:57 +00:00
image download and save ran as async task
This commit is contained in:
+2
-1
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user